Skip to content

Commit d7393df

Browse files
committed
ci: Another build issue
1 parent 168bfa4 commit d7393df

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,12 @@ jobs:
5858
- name: Checkout
5959
uses: actions/checkout@v4
6060
- name: 'Install depependencies'
61-
run: npm install --force
61+
run: |
62+
rm -rfv node_modules package-lock.json
63+
npm install --force
6264
- name: Build docs
63-
run: npm run build_docs
65+
run: |
66+
npm run build_docs
6467
- name: Setup Pages
6568
uses: actions/configure-pages@v5
6669
- name: Upload artifact

0 commit comments

Comments
 (0)