We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9155c commit caeb678Copy full SHA for caeb678
.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
@@ -61,7 +61,7 @@ jobs:
61
62
63
if: github.ref == 'refs/heads/main' && job.status == 'success'
64
0 commit comments