Skip to content
Snippets Groups Projects
Unverified Commit 00889f69 authored by Nicolas Werner's avatar Nicolas Werner Committed by GitHub
Browse files

Merge pull request #65 from Nheko-Reborn/fix-docs

Temporarily use repo with fix for doc generation
parents efb8e807 941faef3
No related branches found
No related tags found
No related merge requests found
Pipeline #1904 failed
......@@ -183,7 +183,8 @@ test-pages:
before_script:
- apk update
- apk add doxygen git texlive-full py3-jinja2 py3-pygments
- git clone git://github.com/mosra/m.css
#- git clone git://github.com/mosra/m.css
- git clone --single-branch -b fix-class-parsed-as-function git://github.com/crisluengo/m.css
script:
- ./m.css/documentation/doxygen.py Doxyfile-mcss
- mv generated-docs/html/ public/
......@@ -201,7 +202,8 @@ pages:
before_script:
- apk update
- apk add doxygen git texlive-full py3-jinja2 py3-pygments
- git clone git://github.com/mosra/m.css
#- git clone git://github.com/mosra/m.css
- git clone --single-branch -b fix-class-parsed-as-function git://github.com/crisluengo/m.css
script:
- ./m.css/documentation/doxygen.py Doxyfile-mcss
- mv generated-docs/html/ 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