There was an error while loading. Please reload this page.
1 parent 8c2a688 commit ec0e0d0Copy full SHA for ec0e0d0
1 file changed
.github/workflows/deploy.yml
@@ -54,11 +54,13 @@ jobs:
54
cp -r podplane/docs content/docs
55
# Remove the external mount since docs are now copied locally
56
sed -i '/source: \.\.\/podplane\/docs/,+1d' hugo.yaml
57
+ - name: Setup Bun
58
+ uses: oven-sh/setup-bun@v2
59
- name: Setup Pages
60
id: pages
61
uses: actions/configure-pages@v5
62
- name: Install Node.js dependencies
- run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
63
+ run: bun install --frozen-lockfile
64
- name: Build with Hugo
65
env:
66
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
0 commit comments