Update .gitlab-ci.yml
This commit is contained in:
parent
477ea1e849
commit
9cb480432e
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ image: ubuntu
|
|||
pages:
|
||||
script:
|
||||
- cd doxygen/
|
||||
- apt update && apt install -y git doxygen python3-pip
|
||||
- apt update && apt install -y git doxygen python3-pip texlive-latex-base
|
||||
- git clone git://github.com/mosra/m.css
|
||||
- pip3 install jinja2 Pygments
|
||||
- ./m.css/documentation/doxygen.py ./Doxyfile-mcss
|
||||
|
@ -11,7 +11,7 @@ pages:
|
|||
- make
|
||||
- cp refman.pdf ../html/Coderacer.pdf
|
||||
- cd ../
|
||||
- mv ./html/ ../../public/
|
||||
- mv ./html/ ../public/
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
Loading…
Reference in a new issue