From 9cd4988df5f6bc5372868153c0ba868ab7a04a73 Mon Sep 17 00:00:00 2001
From: Karel van Klink <karel.vanklink@geant.org>
Date: Wed, 16 Aug 2023 15:43:18 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 docs/.gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/.gitlab-ci.yml b/docs/.gitlab-ci.yml
index 63589a3..4b40df8 100644
--- a/docs/.gitlab-ci.yml
+++ b/docs/.gitlab-ci.yml
@@ -52,7 +52,7 @@ publish-prod-2:
     refs:
       - main  # Only publish when on the main branch
   needs:
-    - job: lint-documentation
+    - job: build-documentation
       artifacts: true
 
   script:
@@ -70,7 +70,7 @@ publish-prod-1:
       - main  # Only publish when on the main branch
 
   needs:
-    - job: lint-documentation
+    - job: build-documentation
       artifacts: true
 
   script:
-- 
GitLab