From dc7bc7b4d2e1fe6feac153803420a56ed92cc014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 23 Jun 2018 21:41:36 +0200 Subject: [PATCH] appveyor: Disable asciidoctor for now It fails on installation. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0ed9e959f..d6fbaba1a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,7 @@ init: clone_folder: C:\GOPATH\src\github.com\gohugoio\hugo install: - - gem install asciidoctor +# - gem install asciidoctor - pip install docutils - go get github.com/magefile/mage