CICD
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 1m21s

This commit is contained in:
mocheng 2025-08-16 18:26:26 +08:00
parent 7aff23d72c
commit 2c6f431ba1

View File

@ -17,7 +17,11 @@ jobs:
- name: pnpm - name: pnpm
run: npm i pnpm -g run: npm i pnpm -g
- name: node - name: node
run: pnpm i run: |
mkdir -p ~/.ssh
ssh-keyscan github.com >> ~/.ssh/known_hosts
pnpm i
- name: Build - name: Build
run: pnpm build:antd run: pnpm build:antd
- name: copy file via ssh password - name: copy file via ssh password