We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df86ba commit 29834d3Copy full SHA for 29834d3
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
run: cp CNAME dist
45
46
- name: Deploy to GitHub Pages
47
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
48
with:
49
github_token: ${{ secrets.ACCESS_TOKEN }}
50
publish_dir: dist
0 commit comments