Added a ls command for testing.
All checks were successful
Latex Build / LatexBuild (push) Successful in 13s

This commit is contained in:
2023-11-07 02:55:04 +01:00
parent 0c65518dc6
commit 14c527d8f9

View File

@ -14,6 +14,7 @@ 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
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
path: pal-vorstellung.pdf path: pal-vorstellung.pdf