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.
2 parents 5863bad + 216c7db commit 922e984Copy full SHA for 922e984
.github/workflows/docs.yml
@@ -11,7 +11,7 @@ jobs:
11
pre-build-command: "pip install .[docs]"
12
docs-folder: "docs/"
13
- name: Deploy
14
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
15
if: github.ref == 'refs/heads/master'
16
with:
17
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments