From 21adf103837a7ab91d56f91f21cbf34af4c99272 Mon Sep 17 00:00:00 2001
From: Andreas Herten <a.herten@fz-juelich.de>
Date: Tue, 26 Feb 2019 11:24:10 +0100
Subject: [PATCH] Remove the just-deleted file also from the CI script

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 02e3c8c..49f912f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ pages:
   - tar czf public/pandas-tutorial-tasks--jureca.tar.gz --transform 's,^,pandas-tutorial-tasks/,' Introduction-to-Pandas--JURECA--tasks.ipynb Introduction-to-Pandas--JURECA--solution.ipynb lost.json nest-data.csv
   - cp Introduction-to-Pandas--slides.ipynb public/
   - cp Introduction-to-Pandas--slides.pdf public/
-  - tar czf public/pandas-tutorial-slides.tar.gz  --transform 's,^,pandas-tutorial-slides/,' Introduction-to-Pandas--slides.html custom.css custom.js fzj.js img/ reveal.js/
+  - tar czf public/pandas-tutorial-slides.tar.gz  --transform 's,^,pandas-tutorial-slides/,' Introduction-to-Pandas--slides.html custom.css fzj.js img/ reveal.js/
   - git reset --hard origin/pages
   - git checkout -f pages
   - cp index.html public/
-- 
GitLab