Skip to content

Commit ec0e0d0

Browse files
committed
Added bun install to deploy workflow
Signed-off-by: Ryan Djurovich <git@ryan0x44.com>
1 parent 8c2a688 commit ec0e0d0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,13 @@ jobs:
5454
cp -r podplane/docs content/docs
5555
# Remove the external mount since docs are now copied locally
5656
sed -i '/source: \.\.\/podplane\/docs/,+1d' hugo.yaml
57+
- name: Setup Bun
58+
uses: oven-sh/setup-bun@v2
5759
- name: Setup Pages
5860
id: pages
5961
uses: actions/configure-pages@v5
6062
- name: Install Node.js dependencies
61-
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
63+
run: bun install --frozen-lockfile
6264
- name: Build with Hugo
6365
env:
6466
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache

0 commit comments

Comments
 (0)