From 78737bd8add4ce514aa8524b6c973f5f50a6d13f Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Thu, 25 Apr 2019 15:44:19 +0200 Subject: [PATCH] fix for pageurl --- .ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/deploy.sh b/.ci/deploy.sh index 59352f4d..54f09d1d 100644 --- a/.ci/deploy.sh +++ b/.ci/deploy.sh @@ -1,6 +1,6 @@ #!/bin/bash -PAGEURL="https://r3.pages.uni.lu/school" +PAGEURL="https://r3.pages.uni.lu/school/theme" rootDir=$(pwd) echo $rootDir -- GitLab