fix dir links
This commit is contained in:
parent
3dc26bd9fd
commit
8dd9c20b4c
1 changed files with 4 additions and 4 deletions
|
@ -7,13 +7,13 @@ pages:
|
||||||
- cd docs
|
- cd docs
|
||||||
- apt install doxygen texlive-base texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended python3-pip
|
- apt install doxygen texlive-base texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended python3-pip
|
||||||
- git clone git://github.com/mosra/m.css
|
- git clone git://github.com/mosra/m.css
|
||||||
- cd m.css/documentation
|
|
||||||
- pip3 install jinja2 Pygments
|
- pip3 install jinja2 Pygments
|
||||||
- ./doxygen.py ../../Doxyfile-mcss
|
- ./m.css/documentation/doxygen.py ./Doxyfile-mcss
|
||||||
- cd ../../latex
|
- cd ./latex
|
||||||
- make
|
- make
|
||||||
- cp refman.pdf ../html/ScStwSharedLibraries.pdf
|
- cp refman.pdf ../html/ScStwSharedLibraries.pdf
|
||||||
- mv ../../html/ ../../../public/
|
- cd ../
|
||||||
|
- mv ./html/ ../public/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
Reference in a new issue