You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using dune-release to publish a package that already have some website/documentation under gh-pages, when I run dune-release it pushes to the branch overriding the website artifacts with odoc artifacts.
I would like to disable the odoc generation somehow without losing the documentation field under opam.
The text was updated successfully, but these errors were encountered:
Hi @davesnx. You can try to call dune-release publish distrib instead of dune-release publish, that should avoid the documentation being pushed.
With the new package documentation on ocaml.org we should probably disable the documentation pushing by default, since it is clearly inferior to those.
Hi,
I'm using dune-release to publish a package that already have some website/documentation under gh-pages, when I run
dune-release
it pushes to the branch overriding the website artifacts with odoc artifacts.I would like to disable the odoc generation somehow without losing the documentation field under opam.
The text was updated successfully, but these errors were encountered: