We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b8ce73 + a03148c commit ec073ddCopy full SHA for ec073dd
1 file changed
.github/workflows/docs.yml
@@ -27,6 +27,9 @@ jobs:
27
# - run: npx -y n 22 && npm cache clean -f
28
- name: 安装依赖
29
run: pnpm install --frozen-lockfile
30
+ env:
31
+ # @vuepress-plume/* 等包在 npm 官方源 404,使用 npmmirror 镜像
32
+ npm_config_registry: https://registry.npmmirror.com
33
34
- name: 构建 VuePress 站点
35
run: pnpm docs:build
0 commit comments