Skip to content

Commit

Permalink
Switch to bun for notes build
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoli Nicolae <[email protected]>
  • Loading branch information
anatolinicolae committed Jun 21, 2024
1 parent 2145709 commit 59f4c0a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/notes-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,22 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].7
with:
fetch-depth: 0
- uses: actions/[email protected].2
- uses: actions/[email protected].22
with:
node-version: 18
cache: yarn
node-version: 20
cache: bun
- uses: oven-sh/[email protected]
- name: Install all dependencies
run: yarn install --frozen-lockfile
run: bun install --frozen-lockfile
- name: Build
run: yarn docs:build
- uses: actions/configure-pages@v4.0.0
run: bun run docs:build
- uses: actions/configure-pages@v5.0.0
- uses: actions/[email protected]
with:
path: .vitepress/dist
- name: Deploy
id: deployment
uses: actions/[email protected].4
uses: actions/[email protected].5
Binary file added bun.lockb
Binary file not shown.

0 comments on commit 59f4c0a

Please sign in to comment.