Skip to content

Commit f68d135

Browse files
committed
Fixed doc token and action permissions
1 parent 07fa31a commit f68d135

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build Sphinx docs
2121
run: poetry run sphinx-build -b html docs docs/_build/html
2222
- name: Deploy to GitHub Pages
23-
uses: peaceiris/actions-gh-pages@v3
23+
uses: peaceiris/actions-gh-pages@v4
2424
with:
25-
github_token: ${{ secrets.GH_PAGES_DOC_DEPLOYMENT }}
25+
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
publish_dir: ./docs/_build/html

0 commit comments

Comments
 (0)