mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-14 15:18:59 +00:00
Correct Asciidoctor installation (again)
This commit is contained in:
parent
f69ba8899a
commit
83d21f8349
@ -5,11 +5,10 @@ dist: xenial
|
|||||||
addons:
|
addons:
|
||||||
snaps:
|
snaps:
|
||||||
- hugo
|
- hugo
|
||||||
- name: ruby
|
before_script:
|
||||||
confinement: classic
|
- sudo apt-get update
|
||||||
|
- sudo apt-get install asciidoctor
|
||||||
script:
|
script:
|
||||||
- gem --version
|
|
||||||
- gem install asciidoctor
|
|
||||||
- asciidoctor --version
|
- asciidoctor --version
|
||||||
- hugo
|
- hugo
|
||||||
deploy:
|
deploy:
|
||||||
|
Loading…
Reference in New Issue
Block a user