tRun find in same line as hugo - andersdamsgaard.com - my photography webpage
 (HTM) git clone git://src.adamsgaard.dk/andersdamsgaard.com
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 5e1d798691d52f8b73b1f41e8002d8a76f3d1466
 (DIR) parent 431ec5b3a2dfc506c5da594475aea24295cc2cfb
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon,  5 Nov 2018 09:01:56 +0100
       
       Run find in same line as hugo
       
       Diffstat:
         M .gitlab-ci.yml                      |       3 +--
       
       1 file changed, 1 insertion(+), 2 deletions(-)
       ---
 (DIR) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
       t@@ -13,8 +13,7 @@ pages:
          before_script:
            - hugo version
          script:
       -    - hugo
       -    - find public/
       +    - hugo && find public/
              -iname '.DS_Store'
              -iname '*.jpg'
              -not -iname '*resize*.jpg'