Skip to content

Commit 766b16a

Browse files
piperodcursoragent
andcommitted
Fix CI dependency resolution for GitHub Pages deploy
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 5b5addd commit 766b16a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cache: "npm"
2727

2828
- name: Install dependencies
29-
run: npm ci
29+
run: npm install --legacy-peer-deps
3030

3131
- name: Build
3232
run: npm run build

0 commit comments

Comments
 (0)