Skip to content

Commit 7c7890d

Browse files
committed
Update actions-gh-pages step: v3 -> v4
1 parent 541aea5 commit 7c7890d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy_to_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: 🚀 Deploy to GitHub Pages
4848
if: github.ref == 'refs/heads/main' && job.status == 'success'
49-
uses: peaceiris/actions-gh-pages@v3
49+
uses: peaceiris/actions-gh-pages@v4
5050
with:
5151
personal_token: ${{ secrets.GITHUB_TOKEN }}
5252
publish_dir: ./_site

.github/workflows/scheduler_daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
101101
- name: 🚀 Deploy to GitHub Pages
102102
if: github.ref == 'refs/heads/main' && job.status == 'success'
103-
uses: peaceiris/actions-gh-pages@v3
103+
uses: peaceiris/actions-gh-pages@v4
104104
with:
105105
personal_token: ${{ secrets.GITHUB_TOKEN }}
106106
publish_dir: ./_site

0 commit comments

Comments
 (0)