Update deploy.yml

This commit is contained in:
MacRimi 2025-02-14 11:53:45 +01:00 committed by GitHub
parent e89960d19d
commit 5a29b1d783
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: