From c567fb5422f576e9f68fc8c4c1c244eb53c5ea10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Thu, 14 Sep 2023 19:31:32 +0200 Subject: [PATCH] run prettier --- .gitlab-ci.yml | 31 +++++++++++++++---------------- README.md | 5 ++--- 2 files changed, 17 insertions(+), 19 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ebd6519..eab1726 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,25 +5,24 @@ stages: build-document: stage: build image: - name: texlive/texlive:latest + name: texlive/texlive:latest script: - - .ci/build_document.sh + - .ci/build_document.sh artifacts: paths: - - public/ + - public/ only: - - tags - - branches - - merge_requests - + - tags + - branches + - merge_requests pages: - stage: pages - artifacts: - paths: - - public/ - script: - - echo "Deploying to GitLab pages" - - test -f public/Matboj_Regelwerk.pdf - only: - - main + stage: pages + artifacts: + paths: + - public/ + script: + - echo "Deploying to GitLab pages" + - test -f public/Matboj_Regelwerk.pdf + only: + - main diff --git a/README.md b/README.md index 616a396..a517276 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,14 @@ Das Regelwerk für den Matboj, der jährlich auf dem Mathecamp stattfindet. - # Dokument / Download + Die [aktuelle Version][pdf] des Regelwerks wird aus diesem Repository automatisch (mittels GitLab Runner) kompiliert. Der [Log][log] des letzten Kompiliervorgangs kann ebenfalls eingesehen werden. # Technisches + (Nur relevant für Betreur:innen) Es gab mal ein Matboj repository (im Sommer 2022), das alle Materialien für den Matboj enthielt @@ -28,7 +29,5 @@ Hier befindet sich zur Zeit nur noch das Regelwerk. The `inputs` and the provided PDF are licensed under [CC-BY-SA-4.0](https://creativecommons.org/licenses/by/4.0/), the rest is MIT. See [LICENSE.md](LICENSE.md) for further details. In particular, feel free to use and share the PDF to your liking. - [pdf]: https://mathezirkel.gitlab.io/content/matboj-regelwerk/Matboj_Regelwerk.pdf [Log]: https://mathezirkel.gitlab.io/content/matboj-regelwerk/Matboj_Regelwerk.log -