diff --git a/.github/workflows/superset-docs.yml b/.github/workflows/superset-docs.yml index 21af79ce721f1..f1cc08f9f1001 100644 --- a/.github/workflows/superset-docs.yml +++ b/.github/workflows/superset-docs.yml @@ -23,7 +23,7 @@ jobs: submodules: recursive - name: yarn install run: | - yarn install --immutable --immutable-cache --check-cache + yarn install --check-cache - name: yarn build run: | yarn build