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 a34b73b commit 237f98dCopy full SHA for 237f98d
.github/workflows/02-deploy-gh-pages.yml
@@ -61,7 +61,7 @@ jobs:
61
./.github/scripts/build-gh-page.sh
62
63
- name: 🥅 Deploy to GH-Pages
64
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
65
with:
66
github_token: ${{ secrets.GITHUB_TOKEN }}
67
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