From e3738625559524b1ebfd3e4e4190fe7ca25adbb3 Mon Sep 17 00:00:00 2001 From: burinc Date: Mon, 7 Sep 2026 14:36:04 +1000 Subject: [PATCH] ci: pin docs-engine to v0.3.0 for the default Contributing page jlt-commons/ci-builds' shared site.yml still defaults to v0.2.0. Pinning here explicitly, rather than waiting for that default to move, is what actually gets the new guide/contributing.html onto this project's published site. Verified locally against the merged v0.3.0 checkout before pinning: raylib-android's own docs/check-site.sh passes against the build (4 guide pages now, up from 2; 33 images unchanged). --- .github/workflows/site.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index f704619..3e089e0 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -29,6 +29,12 @@ jobs: uses: jlt-commons/ci-builds/.github/workflows/site.yml@main with: base-path: /raylib-android + # v0.3.0 adds the default Contributing page every project's guide + # now gets (docs-engine README, "The default Contributing page"). + # Pinned explicitly rather than left on the shared workflow's own + # default so this project's build stays reproducible even after + # that default moves again. + docs-engine-ref: v0.3.0 permissions: contents: read pages: write