From: Cameron Otsuka Date: Tue, 17 Mar 2026 04:00:02 +0000 (-0700) Subject: try using withastro/action again X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=cb1252b42744003ec54e7311fd97b10bc90c9df4;p=cotsuka.github.io try using withastro/action again --- 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