add remark on disabling public runners

This commit is contained in:
Maximilian Keßler 2022-02-16 11:34:46 +01:00
parent c901076732
commit 86790181c6

View File

@ -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.