dexed/.gitlab-ci.yml

14 lines
194 B
YAML

pages:
before_script:
- apt-get update -y
- apt-get install -y pandoc
script:
- cd docs
- bash generate.sh
artifacts:
paths:
- public
only:
- master
- merge_requests