From 8209fb3af17755ecd5e69e07c7e31706354a8029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Tue, 2 Jan 2024 22:26:15 -0500 Subject: [PATCH] add artifacts to hugo step --- .gitlab-ci.yml | 2 +- .gitlab/hugo.template.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ff6e13..49e27d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ deploy: tags: - shell script: - - cp -r ${CI_PROJECT_DIR}/* ${DEPLOY_PATH} + - cp -r ${CI_PROJECT_DIR}/public/* ${DEPLOY_PATH} clone: variables: diff --git a/.gitlab/hugo.template.yml b/.gitlab/hugo.template.yml index 7b7648a..1f96a57 100644 --- a/.gitlab/hugo.template.yml +++ b/.gitlab/hugo.template.yml @@ -7,6 +7,8 @@ setup-hugo: script: - cd ${CI_PROJECT_DIR} - hugo --minify + artifacts: + - public # runs: # using: 'node16'