From 34d1ef05a16654952eb35852908af15b9d1febc9 Mon Sep 17 00:00:00 2001 From: Christian van der Loo Date: Sun, 8 Sep 2024 17:35:36 -0400 Subject: [PATCH] run build in ci --- .github/workflows/astro.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index a25ede5..bbd8fff 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Bun uses: oven-sh/setup-bun@v1 - - run: bun install + - run: bun install && bun run build - uses: actions/upload-pages-artifact@v1 with: path: ${{ env.BUILD_PATH }}/dist -- 2.51.2