Update .gitlab-ci.yml
This commit is contained in:
parent
e2628ad679
commit
1278c29dfb
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ pages:
|
|||
- cd m.css/documentation
|
||||
- pip3 install jinja2 Pygments
|
||||
- ./doxygen.py ../../Doxyfile-mcss
|
||||
- mv ../../html/ public/
|
||||
- mv ../../html/ ../../../public/
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
Reference in a new issue