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

After script

parent 76adf800
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ ext_links: ...@@ -49,7 +49,7 @@ ext_links:
- echo https://docs.it4i.cz/devel/$CI_BUILD_REF_NAME/ - echo https://docs.it4i.cz/devel/$CI_BUILD_REF_NAME/
- wget --spider -e robots=off -o wget.log -r -p https://docs.it4i.cz/devel/$CI_BUILD_REF_NAME/ - wget --spider -e robots=off -o wget.log -r -p https://docs.it4i.cz/devel/$CI_BUILD_REF_NAME/
after_script: after_script:
- sed wget.log -n '/^Found .* broken links.$/,$p' - sed -n '/^Found .* broken links.$/,$p' wget.log
mkdocs: mkdocs:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment