Skip to content

Commit 94339b4

Browse files
committed
wip
1 parent fc23fda commit 94339b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
- name: Install dependencies
4949
run: npm ci --omit=optional --legacy-peer-deps # or pnpm install / yarn install / bun install
5050

51+
- name: Install Rollup Linux Binary
52+
run: npm install @rollup/rollup-linux-x64-gnu --legacy-peer-deps
53+
5154
- name: Build with VitePress
5255
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
5356

0 commit comments

Comments
 (0)