increase yarn timeout
This commit is contained in:
parent
d5c79495ab
commit
fd02bb00b3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
yarn global add cross-env
|
yarn global add cross-env
|
||||||
yarn
|
yarn install --network-timeout 600000
|
||||||
yarn build
|
yarn build
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue