More update of CI/CD.
This commit is contained in:
@@ -1,9 +1,14 @@
|
|||||||
image: debian:stable
|
image: debian:stable
|
||||||
|
|
||||||
pages:
|
before_script:
|
||||||
script:
|
|
||||||
- apt-get update && apt-get -y install texi2html
|
- 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:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- html
|
- public
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|||||||
Reference in New Issue
Block a user