Skip to content

Commit 033fe85

Browse files
chore(deps): update peaceiris/actions-gh-pages action to v4
1 parent 79d1c11 commit 033fe85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rustdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: cargo doc --all --no-deps
2929

3030
- name: Deploy Docs
31-
uses: peaceiris/actions-gh-pages@v3.9.3
31+
uses: peaceiris/actions-gh-pages@v4.0.0
3232
with:
3333
github_token: ${{ secrets.GITHUB_TOKEN }}
3434
publish_branch: gh-pages

0 commit comments

Comments
 (0)