add artifacts to hugo step
This commit is contained in:
parent
1e49ce34d2
commit
8209fb3af1
@ -21,7 +21,7 @@ deploy:
|
|||||||
tags:
|
tags:
|
||||||
- shell
|
- shell
|
||||||
script:
|
script:
|
||||||
- cp -r ${CI_PROJECT_DIR}/* ${DEPLOY_PATH}
|
- cp -r ${CI_PROJECT_DIR}/public/* ${DEPLOY_PATH}
|
||||||
|
|
||||||
clone:
|
clone:
|
||||||
variables:
|
variables:
|
||||||
|
@ -7,6 +7,8 @@ setup-hugo:
|
|||||||
script:
|
script:
|
||||||
- cd ${CI_PROJECT_DIR}
|
- cd ${CI_PROJECT_DIR}
|
||||||
- hugo --minify
|
- hugo --minify
|
||||||
|
artifacts:
|
||||||
|
- public
|
||||||
|
|
||||||
# runs:
|
# runs:
|
||||||
# using: 'node16'
|
# using: 'node16'
|
||||||
|
Loading…
Reference in New Issue
Block a user