Skip to content

Commit

Permalink
Update deploy-sphinx-to-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdallah-Ragab authored Sep 11, 2023
1 parent 89b15a6 commit 46fee20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-sphinx-to-pages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Sphinx documentation to Pages
name: Deploy Sphinx documentation to Pages 2.0


on:
Expand All @@ -15,5 +15,5 @@ jobs:
steps:
- uses: seanzhengw/sphinx-pages@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GH_TOKEN }}
create_readme: true

0 comments on commit 46fee20

Please sign in to comment.