From 3616f3c45a4290e5639e156c68b958dc0865cb4e Mon Sep 17 00:00:00 2001 From: eric Date: Sun, 21 Nov 2021 04:26:02 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f06beaf..1fbc201 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,14 +5,13 @@ # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Pages/HTML.gitlab-ci.yml # Full project: https://gitlab.com/pages/plain-html -image: monachus/hugo variables: GIT_SUBMODULE_STRATEGY: recursive pages: stage: deploy - image: minio/mc:latest + image: monachus/hugo:latest script: - hugo - mkdir .public