Website CI: Cache node_modules

This commit is contained in:
LagoLunatic
2025-08-15 19:51:31 -04:00
parent 6145d5a1f4
commit 0e661f8c6f
+6
View File
@@ -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