From 7f6c7be3af6cc0334dafa148d0a160dd55f251de Mon Sep 17 00:00:00 2001 From: rzmk Date: Wed, 13 Mar 2024 14:10:02 -0400 Subject: [PATCH] ci: add bun GitHub Action --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 20b0775..a2f9328 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,6 +20,7 @@ jobs: steps: - name: Checkout your repository using git uses: actions/checkout@v4 + - uses: oven-sh/setup-bun@v1 - name: Install, build, and upload your site uses: withastro/action@v2 with: