theme!
This commit is contained in:
parent
ff5d7d7c2f
commit
4502f9195c
@ -38,3 +38,4 @@ clone:
|
|||||||
- git remote -v
|
- git remote -v
|
||||||
- git submodule sync
|
- 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
|
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
|
||||||
script:
|
script:
|
||||||
- cd ${CI_PROJECT_DIR}
|
- cd ${CI_PROJECT_DIR}
|
||||||
- hugo --minify
|
- hugo --minify -t book
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
Loading…
Reference in New Issue
Block a user