Skip to content

Commit 76e8f69

Browse files
committed
Update GitHub pages uploading functionality.
1 parent 343b663 commit 76e8f69

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/docbuild.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
path: doc/_build/html
3333
- name: Publish docs to Github Pages
3434
if: startsWith(github.event.ref, 'refs/tags')
35-
uses: JamesIves/github-pages-deploy-action@releases/v3
35+
uses: JamesIves/github-pages-deploy-action@v4
3636
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.
37+
folder: doc/_build/html

0 commit comments

Comments
 (0)