From a458bd7d463d927012257eb830db0f24f998ff07 Mon Sep 17 00:00:00 2001
From: Andreas Herten <a.herten@fz-juelich.de>
Date: Wed, 26 May 2021 10:42:56 +0200
Subject: [PATCH] add static bundle to gitlab ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 838b6e9..c9bfeb3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ pages:
   - tar czf public/pandas-tutorial-tasks.tar.gz --transform 's,^,pandas-tutorial-tasks/,' Introduction-to-Pandas--tasks.ipynb Introduction-to-Pandas--solution.ipynb data-lost.json data-nest.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 img/ fzj-reveal.js/
+  - cp static-slides-bundle.tar.gz public/pandas-tutorial-slides-bundle.tar.gz
   - git checkout -f pages
   - git reset --hard origin/pages
   - cp index.html public/
-- 
GitLab