More update of CI/CD.

This commit is contained in:
NIIBE Yutaka
2018-01-30 13:49:59 +09:00
parent e6a53c99c4
commit aa97af66db

View File

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