cescoffier / vertx-microservices-workshop

Vert.x Microservices Hand's on lab
http://escoffier.me/vertx-hol/
Apache License 2.0
330 stars 196 forks source link

Cannot build docs #30

Open tsegismont opened 7 years ago

tsegismont commented 7 years ago
docker run -it -v $(pwd):/documents/ asciidoctor/docker-asciidoctor "./build.sh" "html"

output:

Converting to HTML ...
mv: cannot stat 'chapters/*.png': No such file or directory
tsegismont commented 7 years ago

Actually the docs are built, It's just the cleaning process which does not complete normally.

cescoffier commented 7 years ago

yes... the script should check for existence first.