Skip to content

Commit bc589a7

Browse files
committed
Fix CI
1 parent 704962b commit bc589a7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
uses: actions/configure-pages@v5
3131
- name: Install dependencies
3232
run: npm ci --include=optional
33+
- name: Workaround npm optional deps bug (rollup native)
34+
run: npm i -D @rollup/rollup-linux-x64-gnu --no-save
3335
- name: Build with VitePress
3436
run: npm run docs:build
3537
- name: Upload artifact

0 commit comments

Comments
 (0)