Skip to content

Commit

Permalink
Update compileMyLatex.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarcum authored Feb 1, 2025
1 parent ad38e9a commit dccd8a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/compileMyLatex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ jobs:
echo "precomp" >> "${{ github.event.inputs.file2compile }}START.txt"
#
listOfCompressedFiles=''
listOfCompressedFiles+="${{ github.event.inputs.file2compile }}START.txt "
listOfCompressedFiles+="${{ github.event.inputs.file2compile }}Out.txt "
listOfCompressedFiles+="${{ github.event.inputs.file2compile }}.pdf "
listOfCompressedFiles+="${{ github.event.inputs.file2compile }}_hiRes.pdf "
listOfCompressedFiles+="${{ github.event.inputs.file2compile }}.html"
listOfCompressedFiles+="./${{ github.event.inputs.file2compile }}START.txt "
listOfCompressedFiles+="./${{ github.event.inputs.file2compile }}Out.txt "
listOfCompressedFiles+="./${{ github.event.inputs.file2compile }}.pdf "
listOfCompressedFiles+="./${{ github.event.inputs.file2compile }}_hiRes.pdf "
listOfCompressedFiles+="./${{ github.event.inputs.file2compile }}.html"
#
# post initialized folder to repository
git config --global user.email "[email protected]"
Expand Down

0 comments on commit dccd8a9

Please sign in to comment.