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

Fix pages job

parent 948c5a8f
No related branches found
No related tags found
1 merge request!6Add gitlab coverage
......@@ -184,15 +184,14 @@ linting:
test-pages:
stage: build
tags: [docker]
image: alpine:3.14
image: alpine:latest
except:
- master
needs: []
before_script:
- apk update
- apk add doxygen git texlive-full py3-jinja2 py3-pygments
#- git clone git://github.com/mosra/m.css
- git clone --single-branch -b fix-class-parsed-as-function git://github.com/crisluengo/m.css
- git clone git://github.com/mosra/m.css
script:
- ./m.css/documentation/doxygen.py Doxyfile-mcss
- mv generated-docs/html/ public/
......@@ -203,15 +202,14 @@ test-pages:
pages:
stage: build
tags: [docker]
image: alpine:3.14
image: alpine:latest
only:
- master
needs: []
before_script:
- apk update
- apk add doxygen git texlive-full py3-jinja2 py3-pygments
#- git clone git://github.com/mosra/m.css
- git clone --single-branch -b fix-class-parsed-as-function git://github.com/crisluengo/m.css
- git clone git://github.com/mosra/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