We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6c96e commit b28bea5Copy full SHA for b28bea5
.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