Test for Asciidoctor installation

This commit is contained in:
foo-dogsquared 2019-08-14 18:32:00 +08:00
parent f74781ea41
commit 0e0598d74c

View File

@ -6,6 +6,8 @@ addons:
snaps:
- hugo
script:
- which asciidoctor
- export PATH=$PATH:$(which asciidoctor)
- asciidoctor --version
- hugo
deploy: