mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +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:
|
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
1
web/package-lock.json
generated
@ -1 +0,0 @@
|
|||||||
{}
|
|
Loading…
x
Reference in New Issue
Block a user