From 23ff8178f1e65c544484b8b6b2152f9b7a6cd86d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz> Date: Thu, 1 Nov 2018 09:19:09 +0100 Subject: [PATCH] CI 404s test --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f8874c34..63fa8da51 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,7 +47,7 @@ ext_links: script: - wget -V - echo https://docs.it4i.cz/devel/$CI_BUILD_REF_NAME/ - - wget --spider -o /tmp/wget.log -e robots=off -r -p https://docs.it4i.cz/devel/$CI_BUILD_REF_NAME/ + - wget --spider -o /tmp/wget.log -e robots=off -r -p https://docs.it4i.cz/ - sed -n '/^Found .* broken links.$/,$p' /tmp/wget.log mkdocs: -- GitLab