Skip to content

Commit 37d2da5

Browse files
committed
chore(deps): update peaceiris/actions-gh-pages action to v4
1 parent ef30eef commit 37d2da5

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
@@ -21,7 +21,7 @@ jobs:
2121
run: cargo doc --no-deps --document-private-items
2222

2323
- name: Publish to GitHub pages
24-
uses: peaceiris/actions-gh-pages@v3
24+
uses: peaceiris/actions-gh-pages@v4
2525
with:
2626
github_token: ${{ secrets.GITHUB_TOKEN }}
2727
publish_dir: ./target/doc

0 commit comments

Comments
 (0)