Skip to content

Commit 9041f2e

Browse files
authored
Update gh-pages deployment that uses a deprecated node.js (#72)
1 parent 30576c2 commit 9041f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: deploy to gh-pages
9999
if: github.event_name == 'push'
100-
uses: peaceiris/actions-gh-pages@v3
100+
uses: peaceiris/actions-gh-pages@v4
101101
with:
102102
github_token: ${{ secrets.GITHUB_TOKEN }}
103103
publish_dir: ./gh-pages/

0 commit comments

Comments
 (0)