Skip to content

Commit 83c9cc4

Browse files
chore(deps): update peaceiris/actions-gh-pages action to v4
1 parent 4c16b1d commit 83c9cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Deploy to GitHub Pages
4242
if: github.ref == 'refs/heads/main'
43-
uses: peaceiris/actions-gh-pages@v3.0.0
43+
uses: peaceiris/actions-gh-pages@v4.0.0
4444
with:
4545
github_token: ${{ secrets.GITHUB_TOKEN }}
4646
publish_dir: ./site

0 commit comments

Comments
 (0)