Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down