This commit is contained in:
parent ff5d7d7c2f
commit 4502f9195c
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C
2 changed files with 3 additions and 2 deletions

@ -37,4 +37,5 @@ clone:
- git submodule sync
- git remote -v
- git submodule sync
- git submodule update --init --recursive
- git submodule update --init --recursive
- ls -l themes

@ -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