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 541aea5 commit 7c7890dCopy full SHA for 7c7890d
.github/workflows/deploy_to_pages.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: 🚀 Deploy to GitHub Pages
48
if: github.ref == 'refs/heads/main' && job.status == 'success'
49
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
50
with:
51
personal_token: ${{ secrets.GITHUB_TOKEN }}
52
publish_dir: ./_site
.github/workflows/scheduler_daily.yml
@@ -100,7 +100,7 @@ jobs:
100
101
102
103
104
105
106
0 commit comments