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: