Skip to content

Commit

Permalink
Remove --frozen-lockfile from GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Technofied authored Aug 8, 2024
1 parent d6ebf9c commit c6e6e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache: yarn

- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install
- name: Build website
run: yarn build

Expand Down

0 comments on commit c6e6e72

Please sign in to comment.