diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 20860ec..ef6cac9 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -32,7 +32,7 @@ jobs: version: latest - name: Install dependencies working-directory: ./docs - run: yarn install --non-interactive + run: yarn install --immutable - name: Build working-directory: ./docs run: yarn build