ci: pin docs-engine to v0.3.0 for the default Contributing page - #3
Merged
Merged
Conversation
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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docs-engine v0.3.0 adds an automatic Contributing page to every project's generated guide site. It's purely additive, needs no config, and is overridable by this project's own
docs/guide/contributing.mdif we ever want a custom one.The shared
jlt-commons/ci-buildssite workflow'sdocs-engine-refinput still defaults to the olderv0.2.0, so this project's build won't pick up the new page until it's pinned explicitly here. Pinning also keeps the build reproducible if that shared default moves again later.Same change already landed in jlt-commons/raylib-android#8.
Prior art: