Reworked the build command.

This commit is contained in:
Philipp Horstenkamp 2023-11-18 13:31:14 +01:00
parent 7902ac53a3
commit a5bca97780
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

@ -13,13 +13,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- run: pdflatex pal-vorstellung.tex
- run: |
ls -la
mkdir artifacts
# cp *.pdf artifacts/
cp *.tex artifacts/
cat *.tex
pdflatex pal-vorstellung.tex
bider pal-vorstellung.tex
pdflatex pal-vorstellung.tex
pdflatex pal-vorstellung.tex
pdflatex pal-vorstellung.tex
- uses: actions/upload-artifact@v3
with:
path: pal-vorstellung.pdf