update action

This commit is contained in:
vcoppe
2024-06-19 20:31:20 +02:00
parent 3169efae81
commit 796d195c49

View File

@@ -5,7 +5,7 @@ on:
defaults: defaults:
run: run:
working-directory: ./website working-directory: website
jobs: jobs:
build_site: build_site:
@@ -19,6 +19,7 @@ jobs:
with: with:
node-version: 20 node-version: 20
cache: npm cache: npm
cache-dependency-path: website/package-lock.json
- name: Install dependencies - name: Install dependencies
run: npm install run: npm install