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
9 changed files with 107 additions and 116 deletions
Showing only changes of commit 54f02ae8ea - Show all commits

View File

@ -14,7 +14,10 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- run: pdflatex pal-vorstellung.tex - run: pdflatex pal-vorstellung.tex
- run: ls -la - run: |
ls -la
mkdir artifacts
cp *.pdf artifacts/
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
path: pal-vorstellung.pdf path: artifacts/