From 7346d3618596547e8bb83643598e77dccf35f9f6 Mon Sep 17 00:00:00 2001 From: Nick Z <48893251+nkzarrabi@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:25:04 -0400 Subject: [PATCH] Update deploy.yml again Hm --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b4efc19..349f92a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,8 +20,8 @@ jobs: uses: oven-sh/setup-bun@v1 - name: Install dependencies with Bun run: bun install - - name: Build the Astro site - run: npx astro build # Runs the build, creating the `dist` folder + - name: Build the site with Bun + run: bun run build # Produces the `dist` folder - name: List build output run: ls -R dist # Verify if `dist` was created