add artifacts to hugo step

This commit is contained in:
parent 1e49ce34d2
commit 8209fb3af1
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C
2 changed files with 3 additions and 1 deletions

@ -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:

@ -7,6 +7,8 @@ setup-hugo:
script:
- cd ${CI_PROJECT_DIR}
- hugo --minify
artifacts:
- public
# runs:
# using: 'node16'