mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update deploy.yml
This commit is contained in:
parent
e89960d19d
commit
5a29b1d783
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
@ -34,18 +34,13 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
cd web
|
cd web
|
||||||
npm install
|
npm ci
|
||||||
|
|
||||||
- name: Build with Next.js
|
- name: Build with Next.js
|
||||||
run: |
|
run: |
|
||||||
cd web
|
cd web
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
- name: Static HTML export with Next.js
|
|
||||||
run: |
|
|
||||||
cd web
|
|
||||||
npm run export
|
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user