diff --git a/.github/workflows/nodejs-windows.yml b/.github/workflows/nodejs-windows.yml index f89092d7b3..2ec791c6db 100644 --- a/.github/workflows/nodejs-windows.yml +++ b/.github/workflows/nodejs-windows.yml @@ -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