Skip to content

Commit 46fee20

Browse files
Update deploy-sphinx-to-pages.yml
1 parent 89b15a6 commit 46fee20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-sphinx-to-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Sphinx documentation to Pages
1+
name: Deploy Sphinx documentation to Pages 2.0
22

33

44
on:
@@ -15,5 +15,5 @@ jobs:
1515
steps:
1616
- uses: seanzhengw/sphinx-pages@master
1717
with:
18-
github_token: ${{ secrets.GITHUB_TOKEN }}
18+
github_token: ${{ secrets.GH_TOKEN }}
1919
create_readme: true

0 commit comments

Comments
 (0)