From 5d93b744c329c740bfe0cdb3b179a801113db449 Mon Sep 17 00:00:00 2001
From: Josh Morgenstern <josh@morgenstern.dev>
Date: Mon, 17 May 2021 23:23:43 +0200
Subject: [PATCH] [#25] repair indentation

---
 .gitlab-ci.yml | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 21d24230..27d9239d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,17 +35,17 @@ build_win10_msvc:
     - cmake -DCMAKE_BUILD_TYPE=Debug ..
     - cmake --build .
   
-  deploy_doc_web:
-    stage: deploy
-    needs: ["build_ubuntu_gcc"]
-    dependencies: 
-      - build_ubuntu_gcc
-    tags: 
-      - webserver
-    variables:
-      GIT_STRATEGY: none
-    script:
-      - echo $CI_COMMIT_BRANCH
-      - pwd
-      - cd /html
-      - ls
\ No newline at end of file
+deploy_doc_web:
+  stage: deploy
+  needs: ["build_ubuntu_gcc"]
+  dependencies: 
+    - build_ubuntu_gcc
+  tags: 
+    - webserver
+  variables:
+    GIT_STRATEGY: none
+  script:
+    - echo $CI_COMMIT_BRANCH
+    - pwd
+    - cd /html
+    - ls
\ No newline at end of file
-- 
GitLab