Fix/apiDocsBuild (#989)

* copy api json to docs

* copy api json to docs

* improvements

* fix web build

* mjs > js
This commit is contained in:
slothful-vassal
2026-05-12 11:28:04 +02:00
committed by GitHub
parent 0bb55ef84e
commit 611a7b5f02
11 changed files with 59 additions and 13871 deletions

View File

@@ -62,6 +62,8 @@ jobs:
VERSION: ${{ needs.publish.outputs.version }}
run: |
docker buildx build db/ --no-cache -t flomp/wanderer-db:$VERSION -t flomp/wanderer-db:latest --platform=linux/amd64,linux/arm64 --push
npm --prefix web ci
npm --prefix web run openapi:generate
docker buildx build web/ --no-cache -t flomp/wanderer-web:$VERSION -t flomp/wanderer-web:latest --platform=linux/amd64,linux/arm64 --push
npm --prefix docs ci
npm --prefix docs run build