My digital garden

fix ci

+6 -8
+6 -8
.tangled/workflows/deploy.yml
··· 15 15 CLOUDFLARE_ACCOUNT_ID: e7d28a4222e6af03dc7cee5ff1078546 16 16 17 17 steps: 18 - - name: Prerun 19 - command: export PATH="$HOME/.nix-profile/bin:$PATH" 20 - - name: Install dependencies 21 - command: bun install --frozen-lockfile 22 - - name: Build site 23 - command: bun quartz build 24 - - name: Deploy to Cloudflare Pages 25 - command: bun deploy 18 + - name: Build & Deploy 19 + command: | 20 + export PATH="$HOME/.nix-profile/bin:$PATH" 21 + bun install --frozen-lockfile 22 + bun quartz build 23 + bun deploy