Skip to content

Commit 3946877

Browse files
committed
ci: upgrade peaceiris/actions-gh-pages to v4 (Node.js 20)
1 parent 509ad40 commit 3946877

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/latest_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: poetry run sphinx-build -b html docs/source docs/build/html
3131

3232
- name: Deploy HTML to GitHub Pages 🚀
33-
uses: peaceiris/actions-gh-pages@v3.9.3
33+
uses: peaceiris/actions-gh-pages@v4
3434
with:
3535
publish_branch: gh-pages
3636
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)