fix : gitea workflow

This commit is contained in:
tristan
2026-01-22 16:58:13 +01:00
parent 038596951d
commit b883546575
2 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
run: |
cd frontend
npm ci
NUXT_PUBLIC_API_BASE=/api NUXT_PUBLIC_APP_BASE=/ npm run generate
CI=1 NUXT_TELEMETRY_DISABLED=1 NUXT_PUBLIC_API_BASE=/api NUXT_PUBLIC_APP_BASE=/ npm run generate
test -f .output/public/index.html
- name: Build artefact