From b8dfc754e4ac982d80fd26c35cbd395869edff58 Mon Sep 17 00:00:00 2001 From: Moe Poi ~ Date: Sat, 19 Sep 2020 12:16:37 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 99801b4..4e50103 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,23 +1,13 @@ -# This file is a template, and might need editing before it works on your project. ---- -# All available Hugo versions are listed here: -# https://gitlab.com/pages/hugo/container_registry -image: registry.gitlab.com/pages/hugo:latest +image: monachus/hugo variables: GIT_SUBMODULE_STRATEGY: recursive -test: - script: - - hugo - except: - - master - pages: script: - - hugo + - hugo artifacts: paths: - - public + - public only: - - master + - master