URI:
       tDo not install hugo from apk - andersdamsgaard.com - my photography webpage
  HTML git clone git://src.adamsgaard.dk/andersdamsgaard.com
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 391af455e29b387be954339c40c3e973653fa0bb
   DIR parent af3d8d4a83a734c78e963756875cf292e5a8c764
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri,  2 Nov 2018 13:17:09 +0100
       
       Do not install hugo from apk
       
       Diffstat:
         M .gitlab-ci.yml                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
       t@@ -14,7 +14,7 @@ deploy:
          image: registry.gitlab.com/pages/hugo:latest
          before_script:
            - env
       -    - apk --no-cache add make hugo lftp
       +    - apk --no-cache add make lftp
            - hugo version
          script:
            - make deploy