Skip to content
Snippets Groups Projects
Commit f535908e authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Host docs on gitlab pages

parent 4c8841e0
No related branches found
No related tags found
1 merge request!4Docs
Pipeline #270 passed
test-pages:
tags: [docker]
image: alpine
except:
- master
before_script:
- apk update
- apk add doxygen git texlive-full py3-jinja2 py3-pygments
- git clone git://github.com/mosra/m.css
script:
- ./m.css/documentation/doxygen.py Doxyfile-mcss
- mv generated-docs/html/ public/
artifacts:
paths:
- public
pages:
tags: [docker]
image: alpine
only:
- master
before_script:
- apk update
- apk add doxygen git texlive-full py3-jinja2 py3-pygments
- git clone git://github.com/mosra/m.css
script:
- ./m.css/documentation/doxygen.py Doxyfile-mcss
- mv generated-docs/html/ public/
artifacts:
paths:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment