From 3386feca5d2efd4e471dd66125203c4e61549902 Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Wed, 21 Mar 2018 00:17:47 +0100 Subject: [PATCH] one folder up --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e067b025..cb645dc8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,4 +27,4 @@ build and upload the contents: - python code/band_structures.py - gitbook install - gitbook build - - "rsync -rv _book solidstate@tnw-tn1.tudelft.net:test" + - "rsync -rv _book/* solidstate@tnw-tn1.tudelft.net:test" -- GitLab