This commit is contained in:
parent e2b38901bc
commit b454314c80
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -15,6 +15,8 @@ setup-hugo:
image: registry.gitlab.com/pages/hugo/hugo_extended:latest image: registry.gitlab.com/pages/hugo/hugo_extended:latest
script: script:
- cd ${CI_PROJECT_DIR} - cd ${CI_PROJECT_DIR}
- ls -l content
- ls -l themes/hugo-book
- hugo --minify -t $[[ inputs.theme ]] -c $[[ inputs.root ]] - hugo --minify -t $[[ inputs.theme ]] -c $[[ inputs.root ]]
artifacts: artifacts:
paths: paths: