From 01e391d1d16baaa9ca0a8b7105d132acd08947ab Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 19 May 2019 21:25:12 +0200 Subject: [PATCH 1/1] Only linkcheck the pages that we just generated --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00f1d5a734..9fd21d49ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ pages: - cd docs - LC_ALL=C.UTF-8 ./Build.sh - mv build/html ../public - - linkchecker --ignore-url=https://simgrid.org/doc/3 https://simgrid.org + - linkchecker build/html artifacts: paths: - public -- 2.20.1