From 344f03a830bd49e2ba50e2f5d2fed685bf7a055a Mon Sep 17 00:00:00 2001 From: Ilya Zhukov <i.zhukov@fz-juelich.de> Date: Tue, 8 Oct 2024 14:54:05 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13ec64c2..b5231faf 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,6 @@ An instance branch is created for every time the course is tought, following the Instance branches start by filling in place holders for things that change from one iteration to another, e.g. compute project names and the course date. If there is activity on the `main` branch, the instance branch is rebased to sit on top of it, until the course starts. Changes that are made during the course go on the instance branch. -If they are to be included in the material for subsequent instances, they are cherry-picked into `main` after the course has ended. \ No newline at end of file +If they are to be included in the material for subsequent instances, they are cherry-picked into `main` after the course has ended. + +Rendered HTML for instance branches is deployed to a subdirectory `<YYYY>_<MM>`, e.g. for`instances/2024_11` at https://zhukov1.pages.jsc.fz-juelich.de/intro2sc-handson/2024_11 \ No newline at end of file -- GitLab