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 37f87d6 commit 536cc6bCopy full SHA for 536cc6b
.github/workflows/gh-pages.yml
@@ -29,7 +29,7 @@ jobs:
29
run: yarn --cwd docs vuepress build .
30
31
- name: GitHub Pages action
32
- uses: peaceiris/actions-gh-pages@v3.7.3
+ uses: peaceiris/actions-gh-pages@v4.0.0
33
with:
34
github_token: ${{ secrets.GITHUB_TOKEN }}
35
publish_dir: docs/.vuepress/dist
0 commit comments