add ci
All checks were successful
Compile LaTeX document / build (push) Successful in 30s

This commit is contained in:
philipp 2024-02-26 11:51:33 +01:00
parent 5667e6d041
commit 674b82ba92

View File

@ -41,9 +41,9 @@ jobs:
root_file: main.tex # Replace 'main.tex' with the path to your main LaTeX file root_file: main.tex # Replace 'main.tex' with the path to your main LaTeX file
- name: Set current date - name: Set current date
run: echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV run: echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
- name: Upload PDF
- name: Upload PDF
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: Beitrittserklaerung_RudernDonauLinz_$CURRENT_DATE.pdf name: Beitrittserklaerung_RudernDonauLinz_$CURRENT_DATE.pdf