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: build-document:
stage: build stage: build
image: image:
name: texlive/texlive:latest name: texlive/texlive:latest
script: script:
- .ci/build_document.sh - .ci/build_document.sh
artifacts: artifacts:
paths: paths:
- public/ - public/
only: only:
- tags - tags
- branches - branches
- merge_requests - merge_requests
pages: pages:
stage: pages stage: pages
artifacts: artifacts:
paths: paths:
- public/ - public/
script: script:
- echo "Deploying to GitLab pages" - echo "Deploying to GitLab pages"
- test -f public/Matboj_Regelwerk.pdf - test -f public/Matboj_Regelwerk.pdf
only: only:
- main - main

View File

@ -2,13 +2,14 @@
Das Regelwerk für den Matboj, der jährlich auf dem Mathecamp stattfindet. Das Regelwerk für den Matboj, der jährlich auf dem Mathecamp stattfindet.
# Dokument / Download # Dokument / Download
Die [aktuelle Version][pdf] des Regelwerks wird aus diesem Repository automatisch (mittels GitLab Runner) kompiliert. 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. Der [Log][log] des letzten Kompiliervorgangs kann ebenfalls eingesehen werden.
# Technisches # Technisches
(Nur relevant für Betreur:innen) (Nur relevant für Betreur:innen)
Es gab mal ein Matboj repository (im Sommer 2022), das alle Materialien für den Matboj enthielt 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. 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. In particular, feel free to use and share the PDF to your liking.
[pdf]: https://mathezirkel.gitlab.io/content/matboj-regelwerk/Matboj_Regelwerk.pdf [pdf]: https://mathezirkel.gitlab.io/content/matboj-regelwerk/Matboj_Regelwerk.pdf
[Log]: https://mathezirkel.gitlab.io/content/matboj-regelwerk/Matboj_Regelwerk.log [Log]: https://mathezirkel.gitlab.io/content/matboj-regelwerk/Matboj_Regelwerk.log