add artifacts to hugo step
This commit is contained in:
parent
1e49ce34d2
commit
8209fb3af1
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user