Skip to content

Commit

Permalink
Update GitHub pages uploading functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Feb 26, 2024
1 parent 343b663 commit 76e8f69
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
path: doc/_build/html
- name: Publish docs to Github Pages
if: startsWith(github.event.ref, 'refs/tags')
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@v4
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: doc/_build/html # The folder the action should deploy.
folder: doc/_build/html

0 comments on commit 76e8f69

Please sign in to comment.