Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lwwcas committed Oct 27, 2024
1 parent fc23fda commit 94339b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: Install dependencies
run: npm ci --omit=optional --legacy-peer-deps # or pnpm install / yarn install / bun install

- name: Install Rollup Linux Binary
run: npm install @rollup/rollup-linux-x64-gnu --legacy-peer-deps

- name: Build with VitePress
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build

Expand Down

0 comments on commit 94339b4

Please sign in to comment.