andersdamsgaard.com

my photography webpage
git clone git://src.adamsgaard.dk/andersdamsgaard.com # fast
git clone https://src.adamsgaard.dk/andersdamsgaard.com.git # slow
Log | Files | Refs | Submodules | README | LICENSE Back to index

commit 5e1d798691d52f8b73b1f41e8002d8a76f3d1466
parent 431ec5b3a2dfc506c5da594475aea24295cc2cfb
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(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -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'