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 9414741 commit 36a93a5Copy full SHA for 36a93a5
.github/workflows/website.yml
@@ -27,7 +27,7 @@ jobs:
27
CURRENT_VERSION: ${{ env.CURRENT_VERSION }}
28
working-directory: example/
29
- name: Deploy
30
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
31
with:
32
github_token: ${{ secrets.GITHUB_TOKEN }}
33
- publish_dir: ./example/dist
+ publish_dir: ./example/dist
0 commit comments