From 241ca9b7932d4035abd38d8f2706647c5f6d49f0 Mon Sep 17 00:00:00 2001 From: Carel van Niekerk <carel.niekerk@hhu.de> Date: Wed, 15 Apr 2020 13:43:04 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c74769..e37b290 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,8 @@ pages: script: - pip install -U sphinx - sphinx-build -b html . public + - mv public/Docs/* public/ + - cp Docs/hhu-logo.png public/_static/hhu-logo.png artifacts: paths: - public/Docs -- GitLab