Fix gitlab-ci. #117.
This commit is contained in:
parent
3accd5565b
commit
693139cc20
@ -5,7 +5,8 @@ pages:
|
|||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
GIT_SUBMODULE_PATHS: support/documentation/themes/hugo-theme-learn
|
GIT_SUBMODULE_PATHS: support/documentation/themes/hugo-theme-learn
|
||||||
script:
|
script:
|
||||||
- hugo -s support/documentation/ -d public/
|
# gitlab need the generated documentation to be in the /public dir.
|
||||||
|
- hugo -s support/documentation/ -d ../../public/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
Loading…
x
Reference in New Issue
Block a user