Skip to content

Commit

Permalink
[Add] Add github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nespjin committed Aug 21, 2022
1 parent 387a6a5 commit ead5c57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
# 如果缓存没有命中,安装依赖
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn --frozen-lockfile
# if: steps.yarn-cache.outputs.cache-hit != 'true'
# run: yarn --frozen-lockfile
run: npm install -D vuepress@next

# 运行构建脚本
- name: Build VuePress site
Expand Down

0 comments on commit ead5c57

Please sign in to comment.