From 4e9b0b281c4b5f3863b2eedec382629a2ac9e5c4 Mon Sep 17 00:00:00 2001 From: Vicky Steeves Date: Thu, 15 Oct 2020 00:25:43 +0000 Subject: [PATCH] remove prod envir configuration --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0dc8a94..1b57d27 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ test: pages: script: - - hugo --environment production + - hugo artifacts: paths: - public