Skip to content

Commit

Permalink
CI: update publish actions to use Node.js 20 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored May 16, 2024
1 parent 75e27c5 commit 1793f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: python -m sphinx docs/ build/html -b html

- name: Deploy documentation to Github pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/html
Expand Down

0 comments on commit 1793f3e

Please sign in to comment.