Skip to content

Commit d46a297

Browse files
chore(deps): update peaceiris/actions-gh-pages action to v3.9.3
1 parent 39931de commit d46a297

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@v3.9.3
4444
with:
4545
github_token: ${{ secrets.GITHUB_TOKEN }}
4646
publish_dir: ./site

0 commit comments

Comments
 (0)