Skip to content

Commit 502a4e1

Browse files
committed
Update actions-gh-pages step: v3 -> v4
1 parent d489b32 commit 502a4e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scheduler_daily.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: 🚀 Deploy to GitHub Pages
6767
if: github.ref == 'refs/heads/main' && job.status == 'success' && env.IS_UPDATED == 'true'
68-
uses: peaceiris/actions-gh-pages@v3
68+
uses: peaceiris/actions-gh-pages@v4
6969
with:
7070
personal_token: ${{ secrets.GITHUB_TOKEN }}
7171
publish_dir: ./_site

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: 🚀 Deploy to GitHub Pages
6161
if: github.ref == 'refs/heads/main' && job.status == 'success'
62-
uses: peaceiris/actions-gh-pages@v3
62+
uses: peaceiris/actions-gh-pages@v4
6363
with:
6464
personal_token: ${{ secrets.GITHUB_TOKEN }}
6565
publish_dir: ./_site

0 commit comments

Comments
 (0)