run prettier

This commit is contained in:
Maximilian Keßler 2023-09-14 19:31:32 +02:00
parent 770b777c90
commit c567fb5422
Signed by: max
GPG Key ID: BCC5A619923C0BA5
2 changed files with 17 additions and 19 deletions

View File

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

View File

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