Skip to content

Commit a9bacec

Browse files
Update peaceiris/actions-gh-pages action to v4
1 parent 6ee0764 commit a9bacec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Generate document
1818
run: gem install -N yard && yard doc
1919
- name: Publish Documentation on GitHub Pages
20-
uses: peaceiris/actions-gh-pages@v3
20+
uses: peaceiris/actions-gh-pages@v4
2121
with:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
publish_dir: ./doc

0 commit comments

Comments
 (0)