We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343b663 commit 76e8f69Copy full SHA for 76e8f69
.github/workflows/docbuild.yml
@@ -32,8 +32,6 @@ jobs:
32
path: doc/_build/html
33
- name: Publish docs to Github Pages
34
if: startsWith(github.event.ref, 'refs/tags')
35
- uses: JamesIves/github-pages-deploy-action@releases/v3
+ uses: JamesIves/github-pages-deploy-action@v4
36
with:
37
- ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
38
- BRANCH: gh-pages # The branch the action should deploy to.
39
- FOLDER: doc/_build/html # The folder the action should deploy.
+ folder: doc/_build/html
0 commit comments