mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-27 20:06:52 +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
|
||||
run: |
|
||||
cd web
|
||||
npm install
|
||||
npm ci
|
||||
|
||||
- name: Build with Next.js
|
||||
run: |
|
||||
cd web
|
||||
npm run build
|
||||
|
||||
- name: Static HTML export with Next.js
|
||||
run: |
|
||||
cd web
|
||||
npm run export
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user