With the check command, I was getting:
opam field doc cannot be parsed by dune-release.
The field was this:
doc: "https://lukstafi.github.io/ppx_minidebug/ppx_minidebug/index.html"
With the actual release, I was getting:
cp: cannot create directory 'ppx_minidebug/index.html': No such file or directory
Problem went away when I removed the /index.html suffix in the documentation stanza of dune-project.
With the
check
command, I was getting:opam field doc cannot be parsed by dune-release
. The field was this:doc: "https://lukstafi.github.io/ppx_minidebug/ppx_minidebug/index.html"
With the actual release, I was getting:cp: cannot create directory 'ppx_minidebug/index.html': No such file or directory
Problem went away when I removed the/index.html
suffix in thedocumentation
stanza ofdune-project
.