Compare commits
1 Commits
b611015d17
...
f75573764b
Author | SHA1 | Date | |
---|---|---|---|
f75573764b |
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -7,6 +7,7 @@ on:
|
|||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
TEX_NAME: Tesi.tex
|
||||||
PDF_NAME: Tesi.pdf
|
PDF_NAME: Tesi.pdf
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -29,7 +30,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build LaTeX document
|
- name: Build LaTeX document
|
||||||
run: |
|
run: |
|
||||||
pdflatex -interaction=nonstopmode -halt-on-error ${{ env.PDF_NAME }} || (cat /root/.miktex/texmfs/data/miktex/log/pdflatex.log && exit 1)
|
pdflatex -interaction=nonstopmode -halt-on-error ${{ env.TEX_NAME }} || (cat /root/.miktex/texmfs/data/miktex/log/pdflatex.log && exit 1)
|
||||||
|
|
||||||
- name: Upload PDF artifact
|
- name: Upload PDF artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
Reference in New Issue
Block a user