ocurrent / ocaml-docs-ci

CI building documentation for ALL versions of ALL packages !
https://docs.ci.ocaml.org
MIT License
17 stars 14 forks source link

observe live branch of voodoo instead of main #91

Closed sabine closed 1 year ago

sabine commented 1 year ago

To make updates to voodoo more explicit, the pipeline now listens to the new live branch of voodoo, instead of the main branch.

Then, we can merge multiple PRs on voodoo's main branch, and, after we are sure we want to deploy this, update the live branch. This makes sure we only trigger new builds when we actually intend to.

tmcgilchrist commented 1 year ago

I've modified the cli to enable setting the voodoo repo/branch from the CLI. See https://github.com/ocurrent/ocaml-docs-ci/pull/104