We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0877975 commit 3648e25Copy full SHA for 3648e25
.github/workflows/doc.yml
@@ -20,7 +20,7 @@ jobs:
20
run: npm run docs:build
21
22
- name: Deploy
23
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
24
with:
25
github_token: ${{ secrets.GH_TOKEN }}
26
publish_dir: docs/.vitepress/dist
0 commit comments