summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml9
1 files changed, 0 insertions, 9 deletions
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/[email protected]
- 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