diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9c80450..90ac520 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,6 +13,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: withastro/action@v3 + with: + package-manager: bun - name: Deploy uses: peaceiris/actions-gh-pages@v4 with: