diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 49e27d6..fa8681b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,4 +37,5 @@ clone: - git submodule sync - git remote -v - git submodule sync - - git submodule update --init --recursive \ No newline at end of file + - git submodule update --init --recursive + - ls -l themes \ No newline at end of file diff --git a/.gitlab/hugo.template.yml b/.gitlab/hugo.template.yml index 7d2fa23..4ca3bc7 100644 --- a/.gitlab/hugo.template.yml +++ b/.gitlab/hugo.template.yml @@ -6,7 +6,7 @@ setup-hugo: image: registry.gitlab.com/pages/hugo/hugo_extended:latest script: - cd ${CI_PROJECT_DIR} - - hugo --minify + - hugo --minify -t book artifacts: paths: - public