Skip to content

Commit

Permalink
Update compileMyLatex.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarcum authored Jan 31, 2025
1 parent f6f1dad commit 3834ff2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/compileMyLatex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,16 @@ jobs:
echo $htmllink >> "${{ github.event.inputs.file2compile }}START.txt"
echo "precomp" >> "${{ github.event.inputs.file2compile }}START.txt"
#
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]"
git config --global user.name "github actions"
git add "${{ github.event.inputs.file2compile }}START.txt ${{ github.event.inputs.file2compile }}Out.txt ${{ github.event.inputs.file2compile }}.pdf ${{ github.event.inputs.file2compile }}_hiRes.pdf ${{ github.event.inputs.file2compile }}.html"
git add $listOfCompressedFiles
git commit -m "Upload changes to folder"
git push
continue-on-error: true
Expand Down

0 comments on commit 3834ff2

Please sign in to comment.