Skip to content

ci: pin docs-engine to v0.3.0 for the default Contributing page - #7

Merged
burinc merged 1 commit into
mainfrom
ci/bump-docs-engine-v0.3.0
Sep 7, 2026
Merged

burinc merged 1 commit into
mainfrom
ci/bump-docs-engine-v0.3.0

Conversation

@burinc

@burinc burinc commented Sep 7, 2026

Copy link
Copy Markdown
Collaborator

What

Pins this project's site build to `docs-engine-ref: v0.3.0` on the shared `jlt-commons/ci-builds` site workflow, instead of riding that workflow's own default (still `v0.2.0`).

Why

docs-engine v0.3.0 adds an automatic Contributing page to every project's generated guide. It's purely additive, needs no config, and a project's own `docs/guide/contributing.md` can still override it. The shared `site.yml` reusable workflow takes an optional `docs-engine-ref` input, but that input still defaults to `v0.2.0` — so without an explicit pin here, this project's live site never picks up the new page.

Pinning explicitly also keeps the build reproducible: once the shared default moves past v0.3.0, this project won't follow it until the pin is bumped on purpose.

Verified `docs/check-site.sh` has no exact guide-page-count assertion, only named-page-existence checks (e.g. `guide/architecture.html`, `guide/widgets.html`), so the extra generated page shouldn't trip it. Letting the actual CI run on this PR confirm that.

Prior art

docs-engine v0.3.0 adds an automatic Contributing page to every
project's generated guide, purely additive and overridable by a
project's own docs/guide/contributing.md. The shared site.yml
reusable workflow still defaults docs-engine-ref to v0.2.0, so
pinning it here explicitly is what actually gets the new page onto
this project's live site.

Pinning also keeps the build reproducible: once the shared
default moves past v0.3.0, this project won't pick up a later
version until someone bumps the pin on purpose.

Same change as jlt-commons/raylib-android#8.
@burinc
burinc merged commit 2ea7b94 into main Sep 7, 2026
3 checks passed
@burinc
burinc deleted the ci/bump-docs-engine-v0.3.0 branch September 7, 2026 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant