From 675b1038be9ffcc3aeca369aa4ad300a990f264f Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Thu, 7 Dec 2023 19:42:12 +0100 Subject: [PATCH] save output --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d75b8d7..65d5ea2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,10 @@ build-site: image: registry.gitlab.com/pages/hugo/hugo_extended:latest script: - hugo + artifacts: + paths: + - public + expire_in: 1 hour build-image: stage: image