From 4ccf6021efe1dbcf596c18631dc82181ad824ded Mon Sep 17 00:00:00 2001
From: Josh Morgenstern <josh@morgenstern.dev>
Date: Mon, 19 Jul 2021 20:19:00 +0200
Subject: [PATCH] [#99] fix corrupted line

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8f3282cb..3cb24021 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -86,7 +86,7 @@ deploy_doc_develop:
     - rsync -avh doc/html/ /var/www/html/develop --delete
     - echo "Check it out at https://vkcv.de/develop"
 
-deploy_doc_branch:CMAKE_CXX_COMPILER
+deploy_doc_branch:
   only:
     variables:
       - $RUN =~ /\bubuntu.*/i || $RUN =~ /\ball.*/i
-- 
GitLab