mirror of
https://gitlab.com/mathezirkel/content/matboj-regelwerk
synced 2024-12-21 21:51:32 +01:00
run prettier
This commit is contained in:
parent
770b777c90
commit
c567fb5422
2 changed files with 17 additions and 19 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue