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'