Skip to content

Commit ec073dd

Browse files
committed
Merge branch '2.0'
2 parents 9b8ce73 + a03148c commit ec073dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
# - run: npx -y n 22 && npm cache clean -f
2828
- name: 安装依赖
2929
run: pnpm install --frozen-lockfile
30+
env:
31+
# @vuepress-plume/* 等包在 npm 官方源 404,使用 npmmirror 镜像
32+
npm_config_registry: https://registry.npmmirror.com
3033

3134
- name: 构建 VuePress 站点
3235
run: pnpm docs:build

0 commit comments

Comments
 (0)