We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a9161 commit 64b9969Copy full SHA for 64b9969
.github/workflows/build.yaml
@@ -19,6 +19,6 @@ jobs:
19
with:
20
node-version-file: './.nvmrc'
21
- name: install dependencies
22
- run: yarn install
+ run: yarn install --network-timeout 1000000000
23
- name: build
24
run: yarn make
.github/workflows/publish.yaml
@@ -21,7 +21,7 @@ jobs:
25
- name: publish
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments