Skip to content

Commit e20444d

Browse files
author
lexiewenchuan
committed
fix: relax pages install step for deploy workflow
1 parent ba3f08e commit e20444d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache-dependency-path: frontend/package-lock.json
3333

3434
- name: Install dependencies
35-
run: npm ci
35+
run: npm install --no-fund --no-audit
3636

3737
- name: Build
3838
run: npm run build

0 commit comments

Comments
 (0)