mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-27 20:06:52 +00:00
update
This commit is contained in:
parent
5a29b1d783
commit
c56f306c91
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
@ -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
1
web/package-lock.json
generated
@ -1 +0,0 @@
|
||||
{}
|
Loading…
x
Reference in New Issue
Block a user