From 278fb3860f460bbbdb045fd2bbe96c9994505d6e Mon Sep 17 00:00:00 2001 From: wforguo Date: Sat, 9 Jul 2022 12:23:19 +0800 Subject: [PATCH] fix: update ci --- .github/workflows/deploy.yml | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6718a54..b422e97 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/package.json b/package.json index 959456f..3dcda2a 100644 --- a/package.json +++ b/package.json @@ -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": {