shithub: hugo

Download patch

ref: fe71cb6f5f83cdc8374cf1fc35a6d48102bd4b12
parent: 68ace4343111e1f76d0be36066254cc4ec1e3177
author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
date: Sun Oct 15 07:08:25 EDT 2017

Replace make with mage in CircleCI build

Updates #3969

--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -14,8 +14,8 @@
             command: |
                 git clone git@github.com:gohugoio/hugoDocs.git
                 cd hugo
-                make vendor
-                make check
+                mage vendor
+                mage check
       - persist_to_workspace:
           root: .
           paths: .
--