Skip to content

Commit

Permalink
CI: update publish action to Node.js 20 (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed May 14, 2024
1 parent 74d3719 commit b068ebf
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 @@ -56,7 +56,7 @@ jobs:
python -m sphinx docs/ docs/_build/ -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: ./docs/_build
Expand Down

0 comments on commit b068ebf

Please sign in to comment.