This commit is contained in:
MacRimi 2025-02-14 11:58:10 +01:00
parent 5a29b1d783
commit c56f306c91
2 changed files with 3 additions and 5 deletions

View File

@ -26,15 +26,15 @@ jobs:
with:
node-version: "20"
cache: 'npm'
cache-dependency-path: 'web/package-lock.json'
cache-dependency-path: 'web/package.json'
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
- name: Install dependencies and generate lock file
run: |
cd web
npm ci
npm install
- name: Build with Next.js
run: |
@ -56,4 +56,3 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

1
web/package-lock.json generated
View File

@ -1 +0,0 @@
{}