From cb1252b42744003ec54e7311fd97b10bc90c9df4 Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Mon, 16 Mar 2026 21:00:02 -0700 Subject: [PATCH] try using withastro/action again --- .github/workflows/deploy-to-ghpages.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/deploy-to-ghpages.yml b/.github/workflows/deploy-to-ghpages.yml index 4bde7b1..c433b2c 100644 --- a/.github/workflows/deploy-to-ghpages.yml +++ b/.github/workflows/deploy-to-ghpages.yml @@ -17,16 +17,9 @@ jobs: contents: read steps: - uses: actions/checkout@v6 - - uses: oven-sh/setup-bun@v2 - - name: Install dependencies - run: bun install --frozen-lockfile - - name: Build site pages - run: bun run build + - uses: withastro/action@v5 - name: Build search index run: bun run index - - uses: actions/upload-pages-artifact@v4 - with: - path: dist/ deploy: needs: build -- 2.53.0