diff --git a/.github/workflows/site-deploy.yml b/.github/workflows/site-deploy.yml index dbcca39f9b..8fafa58e73 100644 --- a/.github/workflows/site-deploy.yml +++ b/.github/workflows/site-deploy.yml @@ -50,6 +50,8 @@ jobs: runs-on: ubuntu-latest needs: build-site steps: + - uses: oven-sh/setup-bun@v2 + - name: download site artifact uses: actions/download-artifact@v4 with: