We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ca206 commit 04822a4Copy full SHA for 04822a4
1 file changed
.github/workflows/build-and-deploy-documentation.yaml
@@ -24,7 +24,7 @@ jobs:
24
sphinx-build -b html . _build/html
25
26
- name: Deploy to GitHub Pages
27
- uses: peaceiris/actions-gh-pages@v7
+ uses: peaceiris/actions-gh-pages@v4
28
with:
29
github_token: ${{ secrets.GITHUB_TOKEN }}
30
publish_dir: _build/html
0 commit comments