Reworked the build command.
This commit is contained in:
parent
7902ac53a3
commit
a5bca97780
@ -13,13 +13,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: pdflatex pal-vorstellung.tex
|
|
||||||
- run: |
|
- run: |
|
||||||
ls -la
|
pdflatex pal-vorstellung.tex
|
||||||
mkdir artifacts
|
bider pal-vorstellung.tex
|
||||||
# cp *.pdf artifacts/
|
pdflatex pal-vorstellung.tex
|
||||||
cp *.tex artifacts/
|
pdflatex pal-vorstellung.tex
|
||||||
cat *.tex
|
pdflatex pal-vorstellung.tex
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: pal-vorstellung.pdf
|
path: pal-vorstellung.pdf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user