peertube-plugin-livechat/.gitlab-ci.yml
John Livingston 74a58de434
Documentation on Framagit
Related to #117.
2023-02-14 11:01:42 +01:00

15 lines
411 B
YAML

image: monachus/hugo
pages:
variables:
GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_PATHS: support/documentation/themes/hugo-theme-learn
script:
# gitlab need the generated documentation to be in the /public dir.
- hugo -s support/documentation/ -d ../../public/ --baseURL='https://livingston.frama.io/peertube-plugin-livechat/'
artifacts:
paths:
- public
only:
- main