diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index 106b2c2..55881e8 100755 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -38,7 +38,7 @@ jobs: uses: actions/configure-pages@v5 - name: Install dependencies - run: yarn install --frozen-lockfile + run: yarn install --immutable working-directory: ${{ env.BUILD_PATH }} - name: Build with Astro