From f81a3114702afbf4b31f6469f77699ba18762092 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 19 May 2019 21:30:45 +0200 Subject: [PATCH] stupid me, that file was moved just before --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9fd21d49ae..3b5eebfc2e 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 build/html + - linkchecker ../public artifacts: paths: - public -- 2.20.1