diff --git a/.gitlab/hugo.template.yml b/.gitlab/hugo.template.yml index 69176f7..01dbeff 100644 --- a/.gitlab/hugo.template.yml +++ b/.gitlab/hugo.template.yml @@ -15,6 +15,8 @@ setup-hugo: image: registry.gitlab.com/pages/hugo/hugo_extended:latest script: - cd ${CI_PROJECT_DIR} + - ls -l content + - ls -l themes/hugo-book - hugo --minify -t $[[ inputs.theme ]] -c $[[ inputs.root ]] artifacts: paths: