Update .gitlab-ci.yml
This commit is contained in:
parent
137bf81f63
commit
54ad24ec44
1 changed files with 2 additions and 1 deletions
|
@ -7,8 +7,9 @@ pages:
|
||||||
- git clone git://github.com/mosra/m.css
|
- git clone git://github.com/mosra/m.css
|
||||||
- pip3 install jinja2 Pygments
|
- pip3 install jinja2 Pygments
|
||||||
- ./m.css/documentation/doxygen.py ./Doxyfile-mcss
|
- ./m.css/documentation/doxygen.py ./Doxyfile-mcss
|
||||||
|
- mv ./html ../public
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- doxygen/html
|
- public
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Reference in a new issue