From 7e275a551201c93e3c1765062f52da319a8bf1bb Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 20 Nov 2018 15:56:37 +0100 Subject: [PATCH] Fix ci --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0653e46..85dfb00 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,13 +6,13 @@ variables: test: script: - - hugo -s website -d public + - hugo -s website -d ../public except: - web pages: script: - - hugo -s website -d public + - hugo -s website -d ../public artifacts: paths: - public