mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
chore(v2): windows, 3 yarn install attempts, to avoid most timeout failures? (#3260)c
This commit is contained in:
parent
ee6dee72b7
commit
f6926039ec
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Installation
|
||||
run: yarn
|
||||
run: yarn || yarn || yarn # 3 attemps to avoid timeout errors...
|
||||
- name: Docusaurus 1 Build
|
||||
run: yarn build:v1
|
||||
- name: Docusaurus 2 Build
|
||||
|
|
|
|||
Loading…
Reference in New Issue