Skip to content

Commit

Permalink
add version number to PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Harrington committed Feb 27, 2024
1 parent 5353a78 commit 6c2fe8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- run: echo $PWD
- run: ls -al ./
- run: ls -al ../
- run: sed -i 's/VERSIONNUMBER/${{ github.ref_name }}/g' ZenCompetition.tex
- run: pdflatex -jobname=ZenCompetition-${{ github.ref_name }} ZenCompetition.tex
- run: ls -al .
- name: release
Expand Down
4 changes: 4 additions & 0 deletions ZenCompetition.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

\vspace{1cm}

{\huge \textbf{VERSIONNUMBER}}

\vspace{1cm}

{\huge \textbf{Purpose}}
\vspace{1cm}

Expand Down

0 comments on commit 6c2fe8f

Please sign in to comment.