Check in versioned docs and remove generate-versions script (#1386)
* Check in versioned docs and remove generate-versions script
Transition from per-branch versioning to all versions checked in.
Generated versioned docs from release branches 1.5 through 1.11.
Removed generate-versions.sh and updated .gitignore.
* Remove generate-versions script from build workflow
Versioned docs are now checked in directly. Remove the script
invocation from package.json build, drop the fetch-depth: 0 from CI
(no longer needed), and update README to reflect the new process.
6 months ago
ci: overlay docs from base_branch onto trunk for release (#1901)
* ci: add base_branch input to create-release workflow
* ci: overlay docs from base_branch onto trunk for release
* ci: force-push release branch to allow re-runs
* ci: use run_id in release branch name to avoid conflicts
* ci: restore website/docs to trunk before committing versioned snapshot
* ci: validate release base branch
25 days ago
Upgrade Wrangler and pin Actions version (#1007)
* Upgrade Wrangler and pin Actions version
* Tweak enforce with pulls
a year ago
Enforce Pulls with Spice (#936)
* Add Enforce Pulls with Spice
* update permissions
* Use ubuntun for no w
a year ago
Trigger Algolia search reindex on gh-pages built event and manually (#189)
* wip
* wip
* update trigger events
2 years ago
ci: run Generate API Docs on Node 24 to match the site's engines
The job pinned node-version: '20', but website/package.json declares
engines node >=24.0 and package-lock.json (lockfileVersion 3) is written
by npm 11. npm 10, bundled with Node 20, resolves the auto-installed
yaml peer of postcss-load-config differently and fails npm ci with
'Missing: yaml@2.9.0 from lock file', so the schema bot never
regenerates the API docs.
Matches build_and_publish.yml, which already uses setup-node@v4 with
Node 24 and installs cleanly.
a month ago