Skip to content

Commit 1338555

Browse files
committed
fix: update workflows
1 parent 0c54d76 commit 1338555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v3
1515

1616
- name: Deploy to GitHub Pages
17-
uses: peaceiris/actions-gh-pages@v3
17+
uses: peaceiris/actions-gh-pages@v3.8.0
1818
with:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
2020
publish_dir: ./ # Deploy everything from the root directory

0 commit comments

Comments
 (0)