We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6c96e commit c3db5b0Copy full SHA for c3db5b0
.github/workflows/deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
skip_external: true
35
config: .htmltest.yml
36
- name: Deploy
37
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
38
with:
39
personal_token: ${{ secrets.GITHUB_TOKEN }}
40
publish_dir: ./dist
0 commit comments