We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6aa764 + f785931 commit d8261d8Copy full SHA for d8261d8
.github/workflows/static.yml
@@ -36,7 +36,7 @@ jobs:
36
node-version: 20
37
cache: 'npm'
38
- name: Install dependencies
39
- run: npm ci
+ run: npm ci --force
40
- name: Build
41
run: npm run build
42
- name: Setup Pages
0 commit comments