peertube-plugin-livechat/.gitlab-ci.yml

14 lines
270 B
YAML
Raw Normal View History

image: monachus/hugo
pages:
2023-02-14 09:45:22 +00:00
variables:
GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_PATHS: support/documentation/themes/hugo-theme-learn
script:
- hugo -s support/documentation/ -d public/
artifacts:
paths:
- public
only:
- develop