Skip to content

Commit

Permalink
Merge pull request #5 from P13LIAM/feature/math
Browse files Browse the repository at this point in the history
fix: unfreeze lock
  • Loading branch information
P13LIAM authored May 14, 2023
2 parents b634385 + 6d2e3af commit b963b48
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 @@ -40,7 +40,7 @@ jobs:
node-version: 16.x
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile --non-interactive
run: yarn install --non-interactive
- name: Build
run: yarn build
- name: Setup Pages
Expand Down

0 comments on commit b963b48

Please sign in to comment.