From 9f6f6b0e5aea35df8145ea0f91b53ea63fd04507 Mon Sep 17 00:00:00 2001 From: burinc Date: Mon, 7 Sep 2026 14:52:09 +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 project's generated guide, with no config needed and overridable by this project's own docs/guide/contributing.md. The shared site workflow's docs-engine-ref input still defaults to v0.2.0, so pinning it here explicitly is what actually gets the new page onto this project's live site. Pinning rather than relying on the shared default also keeps this project's build reproducible the next time that default moves. Follows the same pin already landed in jlt-commons/raylib-android (PR #8). --- .github/workflows/site.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 8a75ec3..133a5eb 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -28,6 +28,12 @@ jobs: uses: jlt-commons/ci-builds/.github/workflows/site.yml@main with: base-path: /raylib-ios + # v0.3.0 adds a default Contributing page to every project's guide + # (docs-engine README, "The default Contributing page"). Pinned + # explicitly here instead of riding the shared workflow's own + # default, so this project's build doesn't shift again the next + # time that default moves. + docs-engine-ref: v0.3.0 permissions: contents: read pages: write