Fix gitlab-ci. #117.

This commit is contained in:
John Livingston 2023-02-14 10:48:51 +01:00
parent 3accd5565b
commit 693139cc20
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC

View File

@ -5,7 +5,8 @@ pages:
GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_PATHS: support/documentation/themes/hugo-theme-learn
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:
paths:
- public