add ci
This commit is contained in:
parent
d5fee09c33
commit
5667e6d041
@ -40,9 +40,12 @@ jobs:
|
||||
env:
|
||||
root_file: main.tex # Replace 'main.tex' with the path to your main LaTeX file
|
||||
|
||||
- name: Upload PDF
|
||||
- name: Set current date
|
||||
run: echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
|
||||
- name: Upload PDF
|
||||
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Compiled-PDF
|
||||
name: Beitrittserklaerung_RudernDonauLinz_$CURRENT_DATE.pdf
|
||||
path: ./main.pdf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user