This commit is contained in:
parent
7aff23d72c
commit
2c6f431ba1
@ -17,7 +17,11 @@ jobs:
|
||||
- name: pnpm
|
||||
run: npm i pnpm -g
|
||||
- name: node
|
||||
run: pnpm i
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
ssh-keyscan github.com >> ~/.ssh/known_hosts
|
||||
pnpm i
|
||||
|
||||
- name: Build
|
||||
run: pnpm build:antd
|
||||
- name: copy file via ssh password
|
||||
|
Loading…
Reference in New Issue
Block a user