Skip to content

Commit

Permalink
tweaked github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brklntmhwk committed Mar 7, 2024
1 parent e1ef141 commit 95793c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# key: ${{ runner.os }}-astro-${{ hashFiles('**/yarn-lock.yaml') }}
# restore-keys: ${{ runner.os }}-astro-
- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn run build
- name: Publish to Cloudflare Pages
Expand Down

0 comments on commit 95793c9

Please sign in to comment.