fix : doc et script de déploiement

This commit is contained in:
tristan
2026-01-22 16:51:48 +01:00
parent ac5a3493e7
commit 038596951d
3 changed files with 21 additions and 7 deletions
+2 -1
View File
@@ -37,6 +37,7 @@ jobs:
cd frontend
npm ci
NUXT_PUBLIC_API_BASE=/api NUXT_PUBLIC_APP_BASE=/ npm run generate
test -f .output/public/index.html
- name: Build artefact
shell: bash
@@ -54,7 +55,7 @@ jobs:
composer.json \
composer.lock \
symfony.lock \
frontend/.output/public
frontend/.output
- name: Create Release
uses: softprops/action-gh-release@v2