Skip to content
Snippets Groups Projects
Verified Commit 32497f3a authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Add mkdocs to CI

parent c06c6b6f
No related branches found
No related tags found
1 merge request!197Add mkdocs to CI
Pipeline #42071 failed
stages:
- hlint
- checks
- test
- release
......@@ -585,7 +585,7 @@ release:windows:
######## hlint ########
hlint:
stage: hlint
stage: checks
extends:
- .debian
script:
......@@ -596,3 +596,17 @@ hlint:
paths:
- report.html
when: on_failure
######## mkdocs ########
mkdocs:
stage: checks
extends:
- .debian
before_script:
- sudo apt-get update -y
- sudo apt-get install -y python3-pip
- pip3 install mkdocs
script:
- ~/.local/bin/mkdocs build
allow_failure: true
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