We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1369e commit 546ef64Copy full SHA for 546ef64
.github/workflows/02-deploy-gh-pages.yml
@@ -65,7 +65,7 @@ jobs:
65
./.github/scripts/build-gh-page.sh
66
67
- name: 🥅 Deploy to GH-Pages
68
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
69
with:
70
github_token: ${{ secrets.GITHUB_TOKEN }}
71
publish_dir: ./public
.github/workflows/cleanup.yml
@@ -28,7 +28,7 @@ jobs:
28
run: node scripts/cleanup-gh-pages.js
29
30
31
32
33
34
0 commit comments