3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-01-31 07:12:18 +00:00
Brooklyn/gnuk/chopstx/.gitlab-ci.yml
Scare Crowe 9cbba792a1 GNUK
2021-05-27 00:21:07 +05:00

16 lines
264 B
YAML

image: debian:stable
before_script:
- apt-get update && apt-get -y install texi2html
pages:
stage: deploy
script:
- mkdir -p html && (cd html && texi2html ../doc/chopstx.texi)
- mv html/ public
artifacts:
paths:
- public
only:
- master