mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-21 14:07:29 -04:00
Website CI: Cache node_modules
This commit is contained in:
@@ -97,6 +97,12 @@ jobs:
|
||||
with:
|
||||
dotnet-version: "8.x.x"
|
||||
|
||||
- name: Cache node modules
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: node_modules
|
||||
key: node-modules-${{ runner.os }}-${{ hashFiles('package-lock.json') }}
|
||||
|
||||
- name: Build Website
|
||||
run: |
|
||||
python build.py
|
||||
|
||||
Reference in New Issue
Block a user