From b8835465751de6e15b2dbc5c9efa3318a78584b4 Mon Sep 17 00:00:00 2001 From: tristan Date: Thu, 22 Jan 2026 16:58:13 +0100 Subject: [PATCH] fix : gitea workflow --- .gitea/workflows/release-artefact.yml | 2 +- .idea/workspace.xml | 18 +++++++++++------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/release-artefact.yml b/.gitea/workflows/release-artefact.yml index 41bd3da..dc02acf 100644 --- a/.gitea/workflows/release-artefact.yml +++ b/.gitea/workflows/release-artefact.yml @@ -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 diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c1f4378..879146f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,11 +4,7 @@