From bc17d6281c43994feb3d2f56c55e06f52e46e884 Mon Sep 17 00:00:00 2001 From: jamerrq Date: Wed, 3 Jan 2024 18:21:33 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20updated=20action=20configuration?= =?UTF-8?q?=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0398567..6147cca 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: # Not using npm? Change `npm run build` to `yarn build` or `pnpm run build` - name: Build Astro - run: bun run build + run: ~/.bun/bin/bun run build - name: Upload to Deno Deploy uses: denoland/deployctl@v1