Skip to content

Commit

Permalink
fix(actions): remove yarn immutable cache flag
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoAlgorithm authored Sep 26, 2023
1 parent 35d8482 commit e0341d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
id: pages
uses: actions/configure-pages@v3
- name: Install dependencies
run: ${{ env.PACKAGE_MANAGER }} install --immutable --immutable-cache
run: ${{ env.PACKAGE_MANAGER }} install
working-directory: ${{ env.BUILD_PATH }}
- name: Build with Astro
run: |
Expand Down

0 comments on commit e0341d2

Please sign in to comment.