Skip to content

Commit

Permalink
fix lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed May 29, 2024
1 parent 933b66d commit 599f315
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 @@ -33,7 +33,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18.14
cache: 'pnpm'
cache: "pnpm"
- name: Fetch submodules
continue-on-error: true
run: |
Expand All @@ -43,7 +43,7 @@ jobs:
git commit -am "chore (update): fetch submodule"
git push
- name: Install Dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile
- name: Build Quartz
run: npx quartz build
- name: Upload artifact
Expand Down

0 comments on commit 599f315

Please sign in to comment.