We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 386fad0 commit 90d7200Copy full SHA for 90d7200
1 file changed
.github/workflows/deploy.yml
@@ -27,7 +27,9 @@ jobs:
27
run: npm install --legacy-peer-deps
28
29
- name: Build
30
- run: npm run docs:build
+ run: |
31
+ chmod +x node_modules/.bin/vitepress
32
+ npm run docs:build
33
34
- name: Deploy to pages branch
35
uses: peaceiris/actions-gh-pages@v3
0 commit comments