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

Backport @TheLortex upper bound fix and unify deps #75

Closed maiste closed 2 years ago

maiste commented 2 years ago

This PR intends to conform the main branch with the fix from live. As a result, we will be able to use again master as the main branch and live as a production branch. The changes are:

TheLortex commented 2 years ago

Remove this infinite loop that occurred with Peeker.get and try ... with

It's not an infinite loop, it's that the docker peek result would be cached indefinitely, so further docker image updates for the same major ocaml version (such as patch releases) would not be integrated.

TheLortex commented 2 years ago

LGTM