From 465620a8ae6f986c92c399feb14f7e6b4b74b3b9 Mon Sep 17 00:00:00 2001
From: Kai-Holger Brassel <mail@khbrassel.de>
Date: Wed, 14 Apr 2021 09:10:52 +0000
Subject: [PATCH] Debug script for publishing tutorial as html

---
 .gitlab-ci.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3670569..9b9c562 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,10 +2,9 @@ pages:
   stage: deploy
   script:
     - mkdir .public
-    - mkdir .public/ParametersCatalogs2Images
-    - cp -r ParametersCatalogs2Images .public/ParametersCatalogs2Images
+    - cp -r ParameterCatalogs2Images .public/ParameterCatalogs2Images
     - cp UnitsExample.md .public
-    - cp ParametersCatalogs.html .public/index.html
+    - cp ParameterCatalogs.html .public/index.html
     - mv .public public
   when: manual
   artifacts:
-- 
GitLab