Fix Asciidoctor installation and recognize with Hugo

This commit is contained in:
foo-dogsquared 2019-08-14 17:45:41 +08:00
parent 83d21f8349
commit 045d1796fd
2 changed files with 5 additions and 3 deletions

View File

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

2
Gemfile Normal file
View File

@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem 'asciidoc'