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

After script

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