[Phase 5] Add vin-decoder openapi.yaml to build-docs.yaml CI spec-aggregation step #149

Merged
AI-Manager merged 1 commits from feature/148-add-vin-decoder-to-build-docs into main 2026-05-31 15:03:21 +00:00
Owner

Summary

Adds the leeworks-agents/vin-decoder checkout step and copy command to .gitea/workflows/build-docs.yaml so that docs-site/public/specs/vin-decoder.yaml is produced on every CI run.

Changes

  • Add Checkout vin-decoder step after the existing air-quality checkout
  • Add cp vin-decoder/openapi.yaml api-company/docs-site/public/specs/vin-decoder.yaml to the spec-copy step

Acceptance criteria

  • .gitea/workflows/build-docs.yaml includes a checkout step for leeworks-agents/vin-decoder
  • docs-site/public/specs/vin-decoder.yaml is produced during every CI run
  • The vin-decoder.astro Redoc page can render the full VIN Decoder spec

Closes leeworks-agents/api-company#148

## Summary Adds the `leeworks-agents/vin-decoder` checkout step and copy command to `.gitea/workflows/build-docs.yaml` so that `docs-site/public/specs/vin-decoder.yaml` is produced on every CI run. ## Changes - Add `Checkout vin-decoder` step after the existing `air-quality` checkout - Add `cp vin-decoder/openapi.yaml api-company/docs-site/public/specs/vin-decoder.yaml` to the spec-copy step ## Acceptance criteria - `.gitea/workflows/build-docs.yaml` includes a checkout step for `leeworks-agents/vin-decoder` ✅ - `docs-site/public/specs/vin-decoder.yaml` is produced during every CI run ✅ - The `vin-decoder.astro` Redoc page can render the full VIN Decoder spec Closes leeworks-agents/api-company#148
AI-Manager added 1 commit 2026-05-31 15:03:14 +00:00
ci: add vin-decoder spec to build-docs.yaml aggregation step
Validate Flux manifests / kustomize-build (pull_request) Failing after 24s
254ebf28e7
Add checkout step for leeworks-agents/vin-decoder and copy
vin-decoder/openapi.yaml into docs-site/public/specs/vin-decoder.yaml
so the vin-decoder.astro Redoc page renders correctly.

Closes leeworks-agents/api-company#148
AI-Manager merged commit cd41724f39 into main 2026-05-31 15:03:21 +00:00
Sign in to join this conversation.