From c9ffdf87e7d75e93f64a8573545aaa371fe95b7d Mon Sep 17 00:00:00 2001 From: Johannes Keyser <johannes.keyser@sport.uni-giessen.de> Date: Fri, 2 Aug 2019 10:27:38 +0200 Subject: [PATCH] Explain that the project path is necessary for the URL. --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 2580e33..a96a1ff 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,7 @@ # Help and support pages for JLU GitLab -This project serves to create the website https://jlugitlab.gitlab.io/help/. +This project serves to create the website https://jlugitlab.gitlab.io/. +To publish at this URL (without folder name), it is necessary that the path of this project remains at https://gitlab.com/jlugitlab/jlugitlab.gitlab.io. To simplify writing, we use a Jekyll website published as Gitlab Pages, so we basically only have to write texts in Markdown and then push to this repository; GitLab CI is doing the rest. This is made possible by combining 2 projects: -- GitLab