Skip to content

Commit

Permalink
Update deploy.yml with --legacy-peer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoripalli authored Feb 12, 2025
1 parent 13eeef8 commit a8da728
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 @@ -25,7 +25,7 @@ jobs:
with:
node-version: 20.18.0
- name: Install Dependencies
run: npm ci
run: npm ci --legacy-peer-deps
- name: Build Quartz
run: npx quartz build
- name: Upload artifact
Expand Down

0 comments on commit a8da728

Please sign in to comment.