Update CI/CD setting to generate HTML.

This commit is contained in:
NIIBE Yutaka
2018-01-30 13:24:34 +09:00
parent cb770e9ae3
commit e6a53c99c4

View File

@@ -1,6 +1,9 @@
image: debian:stable
pages: pages:
script: script:
- cd doc && texi2html chopstx.texi - apt-get update && apt-get -y install texi2html
- mkdir -p html && cd html && texi2html ../doc/chopstx.texi
artifacts: artifacts:
paths: paths:
- doc - html