From 1a5789d7fde0d07163a74b62e634a2319f707263 Mon Sep 17 00:00:00 2001 From: Lyssa Date: Thu, 5 Mar 2026 21:41:50 +0400 Subject: Rspack caching seems very inconsistent in terms of build time improvements --- .github/workflows/deploy.yml | 9 --------- 1 file changed, 9 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 606fb51..5125dcc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,15 +31,6 @@ jobs: - name: Install dependencies run: npm ci - - name: Cache Rspack output - uses: actions/cache@v5.0.3 - with: - path: node_modules/.cache - key: rspack-${{ hashFiles('package-lock.json') }}-${{ github.sha }} - restore-keys: | - rspack-${{ hashFiles('package-lock.json') }}- - rspack- - - name: Build website run: npm run build -- cgit v1.2.3