Move `npm run build` out of the Docker image onto the runner, where actions/cache persists .next/cache across runs (the in-Docker build discarded it every time). The image now just packages the prebuilt .next and serves it with `next start`; runtime and the DocSearch entrypoint injection are unchanged.
Also: checkout full history (fetch-depth: 0) so per-page dates are correct, guard buildGitDateMap against shallow clones (correct-or-absent, never wrong), modernise the Docker actions (build-push-action v6, provenance: false), and add a path-filtered pull_request trigger so pipeline changes are validated before merge.
Smoke-tested via isolated build + docker run: serves /, /introduction, /api, sitemap, static assets (200); DocSearch placeholder injection intact.
* update gitignore
* add first version of api generation flow
* try to run flow
* testing flow
* update gen flow
* switch flow to macOS
* fix
* add npm install
* test workflow
* Update API pages
* test workflow with current main
* refactor parser
* merge examples and schema functions
* merge examples and schema functions
* merge parameters as well
* revert template to single class component
* update account
* finalizing
* update with the newest version of openapi
* full flow
* update
* add docker command
* split flow in two jobs
* remove testing trigger
---------
Co-authored-by: GitHub Actions <no-reply@github.com>