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

1
web/package-lock.json generated
View File

@ -1 +0,0 @@
{}