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

Better 404s check

parent b37ad10b
No related branches found
Tags
No related merge requests found
......@@ -47,7 +47,7 @@ ext_links:
script:
- wget -V
- 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/ awk | '/^Found .* broken links.$/,/FINISHED/ { rc=1; print $0 }; END { exit rc }'
- wget --spider -e robots=off -o wget.log -r -p https://docs.it4i.cz/devel/$CI_BUILD_REF_NAME/ | awk '/^Found .* broken links.$/,/FINISHED/ { rc=1; print $0 }; END { exit rc }'
mkdocs:
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment