add ci
Some checks failed
Compile LaTeX document / build (push) Failing after 31s

This commit is contained in:
philipp 2024-02-26 12:14:30 +01:00
parent 1b18ddd668
commit e426da4f00

View File

@ -39,10 +39,15 @@ jobs:
run: latexmk -pdf ${{ env.root_file }}
env:
root_file: main.tex # Replace 'main.tex' with the path to your main LaTeX file
- name: Upload PDF
uses: actions/upload-artifact@v3
- name: Upload artifacts and release assets
uses: nanoufo/action-upload-artifacts-and-release-assets@v2
with:
name: Beitrittserklaerung_RudernDonauLinz.pdf
path: ./main.pdf
path: |
./main.pdf
# - name: Upload PDF
# uses: actions/upload-artifact@v3
# with:
# name: Beitrittserklaerung_RudernDonauLinz.pdf
# path: ./main.pdf