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 dce143e commit c894922Copy full SHA for c894922
.github/workflows/02-deploy-gh-pages.yml
@@ -62,7 +62,7 @@ jobs:
62
./.github/scripts/build-gh-page.sh
63
64
- name: 🥅 Deploy to GH-Pages
65
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
66
with:
67
github_token: ${{ secrets.GITHUB_TOKEN }}
68
publish_dir: ./public
.github/workflows/cleanup.yml
@@ -32,7 +32,7 @@ jobs:
32
return await script({github, context})
33
34
35
36
37
38
0 commit comments