Skip to content

Commit

Permalink
Try to fix sphinx action again (#6495)
Browse files Browse the repository at this point in the history
  • Loading branch information
mudit2812 authored Oct 31, 2024
1 parent e7e6e58 commit c5a09d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh_pr_up() { gh pr create $* || gh pr edit $* }
gh_pr_up --title "Update stable dependency files" --body "Automatic update of stable requirement files to snapshot valid python environments."
gh_pr_up --title "Update stable doc dependency files" --body ""

0 comments on commit c5a09d8

Please sign in to comment.