Skip to content
Snippets Groups Projects
Commit 85d3f5c1 authored by David Hrbáč's avatar David Hrbáč
Browse files

Check external links within CI

parent bb4698e1
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,15 @@ docs:
script:
- mdl -r ~MD013 *.md docs.it4i/
ext_links:
stage: test
image: davidhrbac/docker-mdcheck:latest
allow_failure: true
script:
- find docs.it4i/ -name '*.md' -exec grep --color -l http {} + | xargs awesome_bot
only:
- master
mkdocs:
stage: build
image: davidhrbac/docker-mkdocscheck:latest
......
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