From 9b631a9173214805907858a2db1fbc0dd996ade8 Mon Sep 17 00:00:00 2001 From: burinc Date: Mon, 7 Sep 2026 14:52:33 +1000 Subject: [PATCH] ci: pin docs-engine to v0.3.0 for the default Contributing page docs-engine v0.3.0 adds an automatic Contributing page to every generated site, purely additive and overridable by a project's own docs/guide/contributing.md. The shared reusable workflow still defaults docs-engine-ref to v0.2.0, so picking up the new page here means naming v0.3.0 explicitly rather than waiting on the shared default to move. Pinning it also keeps this project's site build reproducible: a future bump of the shared default won't silently change what this repo publishes until the pin is bumped on purpose. Mirrors jlt-commons/raylib-android#8. --- .github/workflows/site.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 1acafe6..338e51a 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -29,6 +29,11 @@ jobs: uses: jlt-commons/ci-builds/.github/workflows/site.yml@main with: base-path: /ebb + # v0.3.0 adds a default Contributing page to every project's guide + # (docs-engine README, "The default Contributing page"). Pinned here + # rather than left on the shared workflow's own default so this + # project's build stays reproducible even after that default moves on. + docs-engine-ref: v0.3.0 permissions: contents: read pages: write