We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d489b32 commit 502a4e1Copy full SHA for 502a4e1
.github/workflows/scheduler_daily.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: 🚀 Deploy to GitHub Pages
67
if: github.ref == 'refs/heads/main' && job.status == 'success' && env.IS_UPDATED == 'true'
68
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
69
with:
70
personal_token: ${{ secrets.GITHUB_TOKEN }}
71
publish_dir: ./_site
.github/workflows/test.yml
@@ -59,7 +59,7 @@ jobs:
59
60
61
if: github.ref == 'refs/heads/main' && job.status == 'success'
62
63
64
0 commit comments