From 4502f9195c756eb0889602c7c9ef9d5feead0e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Tue, 2 Jan 2024 22:34:48 -0500 Subject: [PATCH] theme! --- .gitlab-ci.yml | 3 ++- .gitlab/hugo.template.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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