Implemented a first verion of the text #7

Merged
Philipp merged 79 commits from first-text-passages into main 2023-12-10 18:44:38 +01:00
4 changed files with 85 additions and 6422 deletions
Showing only changes of commit 2e2f8be55b - Show all commits

View File

@@ -7,7 +7,6 @@ jobs:
runs-on: pi runs-on: pi
container: container:
image: miktex/miktex:latest image: miktex/miktex:latest
pull: true
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
@@ -15,9 +14,6 @@ jobs:
LatexBuild2: LatexBuild2:
runs-on: pi runs-on: pi
container:
image: miktex/miktex:latest
pull: true
steps: steps:
- name: Set up Git repository - name: Set up Git repository
uses: actions/checkout@master uses: actions/checkout@master