]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
try using withastro/action again
authorCameron Otsuka <cameron@otsuka.haus>
Tue, 17 Mar 2026 04:00:02 +0000 (21:00 -0700)
committerCameron Otsuka <cameron@otsuka.haus>
Tue, 17 Mar 2026 04:00:02 +0000 (21:00 -0700)
.github/workflows/deploy-to-ghpages.yml

index 4bde7b1f43c71d00d93fcdefee74536fb4920497..c433b2ceb81a1db395f2dc5b4be548346eec2076 100644 (file)
@@ -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