From aa04c4d72598fe95bca8cf79353599c4afe320ba Mon Sep 17 00:00:00 2001 From: Alex Iribarren <Alex.Iribarren@cern.ch> Date: Tue, 13 Jun 2023 14:32:18 +0200 Subject: [PATCH] Do it earlier --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bae454bd5..814bc688a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,10 +65,10 @@ Build static site content: expire_in: 1m check_links: - stage: start-okd-build + stage: build-static-content image: becheran/mlc:0.16.1 script: - - mlc public/ | tee output.log | grep -v '\[\(WARN\|Warn\| OK \)\]' + - mlc . | tee output.log | grep -v '\[\(WARN\|Warn\| OK \)\]' artifacts: paths: - output.log -- GitLab