Test for Asciidoctor installation (again)

This commit is contained in:
foo-dogsquared 2019-08-14 19:28:31 +08:00
parent a0f76eacc6
commit 3e06a80a5e

View File

@ -8,8 +8,6 @@ before_install:
- curl https://github.com/gohugoio/hugo/releases/download/v0.57.0/hugo_0.57.0_Linux-64bit.deb
- sudo dpkg -i hugo_0.57.0_Linux-64bit.deb
script:
- which asciidoctor
- export PATH=$PATH:$(which asciidoctor)
- asciidoctor --version
- hugo
deploy: