diff --git a/.woodpecker/docs.yaml b/.woodpecker/docs.yaml index df0cb3875..be3a39ce3 100644 --- a/.woodpecker/docs.yaml +++ b/.woodpecker/docs.yaml @@ -47,12 +47,11 @@ steps: - event: manual build: - image: *node_image + image: oven/bun:1.1.38-alpine directory: docs/ commands: - - corepack enable - - pnpm install --frozen-lockfile - - pnpm build + - bun install + - bun run build when: - path: *when_path event: [tag, pull_request, push] diff --git a/docs/bun.lockb b/docs/bun.lockb new file mode 100755 index 000000000..b883cc816 Binary files /dev/null and b/docs/bun.lockb differ