CICD
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 57s

This commit is contained in:
2025-08-16 18:34:19 +08:00
parent a025dc2321
commit c75663a5c7

View File

@@ -18,10 +18,8 @@ jobs:
run: npm i pnpm -g run: npm i pnpm -g
- name: node - name: node
run: | run: |
mkdir -p ~/.ssh pnpm config set registry https://registry.npmmirror.com
npm install webworkify-webpack --save pnpm install
ssh-keyscan github.com >> ~/.ssh/known_hosts
pnpm i
- name: Build - name: Build
run: pnpm build:antd run: pnpm build:antd