From 94ea5768c25345636d8d2b3d30a4a2487e79303e Mon Sep 17 00:00:00 2001 From: Albin Heimerson <albin.heimerson@control.lth.se> Date: Mon, 27 Apr 2020 10:06:39 +0200 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 83bc9e7..97219fb 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,4 @@ File to handle automatic syncing of files between gitlab and canvas. Mor informa ## Setup * Copy the gitlab-ci.yml file from this repo and place in the root of the new repo with the name .gitlab-ci.yml, notice the dot at the start of the name. * Modify the environment variable CANVAS_COURSE_CODE in the new file to correspond to the course code canvas uses in its url. +* Create the folder `to_canvas` in the root of the repository and put files you want synced there. -- GitLab