Correct Asciidoctor installation (again)

This commit is contained in:
foo-dogsquared 2019-08-14 17:30:46 +08:00
parent f69ba8899a
commit 83d21f8349

View File

@ -5,11 +5,10 @@ dist: xenial
addons:
snaps:
- hugo
- name: ruby
confinement: classic
before_script:
- sudo apt-get update
- sudo apt-get install asciidoctor
script:
- gem --version
- gem install asciidoctor
- asciidoctor --version
- hugo
deploy: