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 5863bad commit 216c7dbCopy full SHA for 216c7db
.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