diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index f711082..bb8ecf6 100755 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -35,7 +35,7 @@ jobs: cache: yarn - name: 安装依赖 - run: yarn install --frozen-lockfile + run: yarn install - name: 构建文档 env: @@ -49,4 +49,4 @@ jobs: with: # 这是文档部署到的分支名称 branch: gh-pages - folder: docs/.vuepress/dist \ No newline at end of file + folder: docs/.vuepress/dist