Update .gitlab-ci.yml
This commit is contained in:
parent
e502acdfdc
commit
003955d69f
1 changed files with 1 additions and 3 deletions
|
@ -8,9 +8,7 @@ pages:
|
|||
script:
|
||||
- cd doxygen/
|
||||
- apt update && apt install -y git doxygen python3-pip
|
||||
- git clone git://github.com/mosra/m.css
|
||||
- pip3 install jinja2 Pygments
|
||||
- ./m.css/documentation/doxygen.py ./Doxyfile-mcss
|
||||
- doxygen
|
||||
- mv ./html ../public
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue