ci: use npmmirror for pnpm global install
Deploy Slides / build-and-deploy (push) Successful in 1m43s

This commit is contained in:
2026-07-18 00:01:49 +08:00
parent ea67b98921
commit 6ee8c49641
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
github-server-url: http://47.121.181.112:3000
- name: Install pnpm
run: npm install -g pnpm
run: npm install -g pnpm --registry=https://registry.npmmirror.com
- name: Install dependencies
run: |