This commit is contained in:
parent
71e55ebe06
commit
2f0db75c97
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- cd docs/
|
- cd docs/
|
||||||
- apt update && apt install -y git doxygen python3-pip
|
- apt update && apt install -y git doxygen python3-pip
|
||||||
- git clone git://github.com/mosra/m.css
|
- git clone https://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
|
- mv ./html ../public
|
||||||
|
|
Reference in a new issue