We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a2090 commit 24720dbCopy full SHA for 24720db
1 file changed
.github/workflows/build.yml
@@ -95,8 +95,9 @@ jobs:
95
make html
96
97
- name: Deploy docs
98
- uses: JamesIves/github-pages-deploy-action@releases/v3
+ uses: peaceiris/actions-gh-pages@v3
99
with:
100
- ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
101
- BRANCH: gh-pages
102
- FOLDER: docs/_build/html
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ publish_dir: docs/_build/html
+ publish_branch: gh-pages
103
+ enable_jekyll: false
0 commit comments