We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89183e8 commit c9f3ce1Copy full SHA for c9f3ce1
1 file changed
.github/workflows/deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
run: npm run build
35
36
- name: Deploy to GitHub Pages
37
- uses: peaceiris/actions-gh-pages@v6
+ uses: peaceiris/actions-gh-pages@v3
38
with:
39
github_token: ${{ secrets.GITHUB_TOKEN }}
40
publish_dir: ./dist
0 commit comments