]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
remove caching
authorCameron Otsuka <cameron@otsuka.haus>
Tue, 17 Mar 2026 03:54:56 +0000 (20:54 -0700)
committerCameron Otsuka <cameron@otsuka.haus>
Tue, 17 Mar 2026 03:54:56 +0000 (20:54 -0700)
.github/workflows/deploy-to-ghpages.yml

index 18fa45f02f22c13d94967699c8bdacaaf8c4c3c4..4bde7b1f43c71d00d93fcdefee74536fb4920497 100644 (file)
@@ -18,30 +18,8 @@ jobs:
     steps:
       - uses: actions/checkout@v6
       - uses: oven-sh/setup-bun@v2
-      - uses: actions/cache@v5
-        with:
-          path: node_modules/
-          key: bun-${{ hashFiles('bun.lock') }}
-          restore-keys: |
-            bun-
       - name: Install dependencies
         run: bun install --frozen-lockfile
-      - name: Type check
-        run: bun run typecheck
-      - name: Run tests
-        run: bun run test:run
-      - uses: actions/cache@v5
-        with:
-          path: .astro-cache/assets/
-          key: astro-images-${{ hashFiles('src/assets/**/*', 'content/**/*.gif', 'content/**/*.jpg', 'content/**/*.png', 'content/**/*.svg', 'content/**/*.webp') }}
-          restore-keys: |
-            astro-images-
-      - uses: actions/cache@v5
-        with:
-          path: .og-cache/
-          key: og-images-${{ hashFiles('content/**/*.md', 'content/**/*.mdx') }}
-          restore-keys: |
-            og-images-
       - name: Build site pages
         run: bun run build
       - name: Build search index