Skip to content

Commit 90d7200

Browse files
committed
docs
1 parent 386fad0 commit 90d7200

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
run: npm install --legacy-peer-deps
2828

2929
- name: Build
30-
run: npm run docs:build
30+
run: |
31+
chmod +x node_modules/.bin/vitepress
32+
npm run docs:build
3133
3234
- name: Deploy to pages branch
3335
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)