Skip to content

Commit

Permalink
chore: remove frozen file for website build
Browse files Browse the repository at this point in the history
  • Loading branch information
Danilqa committed Jan 27, 2025
1 parent 70bb8ed commit c716e67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
cache: pnpm

- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install

- name: Build
run: pnpm build
Expand All @@ -75,4 +75,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit c716e67

Please sign in to comment.