From d64a5f9b2bdca32b14e585ecd701b815096a01b1 Mon Sep 17 00:00:00 2001 From: Andreas Herten <a.herten@fz-juelich.de> Date: Wed, 27 Feb 2019 13:16:56 +0100 Subject: [PATCH] There's still some caching --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d82e06f..399156f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ pages: - 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 fzj.js img/ reveal.js/ - git checkout -f pages + - git reset --hard origin/pages - cp index.html public/ artifacts: paths: -- GitLab