From 86790181c6ed938fc616ad1c8963ba788b1cb624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Wed, 16 Feb 2022 11:34:46 +0100 Subject: [PATCH] add remark on disabling public runners --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b715645..ff3535e 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,14 @@ The data to be entered in the `config` file is as follows: To make the template work out correctly, the trailing slash is important. - `term`: Some plain-text description of the term of the lecture notes. +## Enable gitlab runner +If you do not use a public runner (the author is not aware of any that are capable of handling LaTeX): + +- If you did not already do so, or did for a whole group, now is the time to add your custom GitLab runner to your project. +Refer to [Register your runner](README.md#Register your runner). +- Explicitly disable the usage of public runners in your `Settings -> CI/CD -> Runners` section. Otherwise, your CI will fail and GitLab will ask you for a credit card to prevent misuse of public runners (which you don't use anyways, go blame GitLab for that antifeature). + + ## Enabling GitLab pages Finally, do not forget to enable GitLab pages for your project. Go to `Settings -> General`, expand the `Visibility, project features, permissions` tab, and activate the `Pages` switch (second from bottom). You can also set the access level there if you wish.