From 43dc30a3dbc5240f2b44c52e740b69eca18bc91f Mon Sep 17 00:00:00 2001 From: Vicky Steeves Date: Wed, 14 Oct 2020 21:47:13 +0000 Subject: [PATCH] try to fix CI to render website aesthetics --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9fa8e6c..5ff94fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,15 +9,15 @@ variables: test: script: - - hugo + - hugo except: - - main + - master pages: script: - - hugo + - hugo --environment production artifacts: paths: - - public + - public only: - - main + - master