mirror of
https://gitee.com/antv/g6.git
synced 2024-11-29 18:28:19 +08:00
chore: fix deploy action (#5499)
This commit is contained in:
parent
b7bbc29704
commit
1373cf4d5d
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
version: 8
|
||||
- uses: actions/checkout@v2
|
||||
- run: pnpm install
|
||||
- run: pnpm build
|
||||
- run: npx turbo build
|
||||
- run: cp ./packages/site/CNAME ./packages/site/dist/CNAME
|
||||
- run: |
|
||||
cd ./packages/site/dist
|
||||
|
Loading…
Reference in New Issue
Block a user