Skip to content

Commit

Permalink
fix: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wforguo committed Jul 9, 2022
1 parent 80ddd55 commit 278fb38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: 16
cache: yarn
- run: yarn install
- run: cd docs && yarn install

- name: Build
run: yarn docs:build
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@
"vite": "^2.9.9",
"vite-plugin-dts": "^1.2.0",
"vite-plugin-md": "^0.15.0",
"vue-tsc": "^0.34.7",
"vitepress": "^0.22.4"
"vue-tsc": "^0.34.7"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 278fb38

Please sign in to comment.