ci: split build check from manual publish - #155
Open
davidfrigolet wants to merge 1 commit into
Open
Conversation
Add build.yml running yarn build on push to master/release/** and PRs to master. Convert deploy.yml to workflow_dispatch-only so publishing to docs.flamingock.io is always a deliberate manual action with branch selection (master, release/1.4, ...). Add RELEASE.md documenting the flow.
davidfrigolet
force-pushed
the
ci/manual-release-master
branch
from
September 9, 2026 18:04
819f217 to
8305298
Compare
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.
What
Aligns docs-site CI/CD with the rest of the Flamingock projects: work directly on
master, pushes never publish, publishing is a manual GitHub action.build.yml(new): runsyarn buildon push tomaster/release/**and on PRs tomaster. Verifies the site compiles. Never publishes.deploy.yml(changed):push: mastertrigger removed → nowworkflow_dispatchonly. Renamed to "Publish Flamingock Docs site". Publishing todocs.flamingock.iois a deliberate manual run; GitHub's run-workflow dropdown lets you pick the ref (master,release/1.4,release/1.5, …).RELEASE.md(new): documents the model, day-to-day flow, how to publish, and how to cutrelease/x.ybranches.Follow-ups (not in this PR)
masterwithdevelop(separate PR: mergedevelop→master).develop; all future work branches offmaster.🤖 Generated with Claude Code