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 87168f4 commit 187f911
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/compileMyLatex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ jobs:
# post initialized folder to repository
git config --global user.email "[email protected]"
git config --global user.name "github actions"
#git add $listOfCompressedFiles
git add ${{ github.event.inputs.file2compile }}START.txt ${{ github.event.inputs.file2compile }}_hiRes.pdf
git add "${listOfCompressedFiles}"
git commit -m "Upload changes to folder"
git push
continue-on-error: true
Expand Down

0 comments on commit 187f911

Please sign in to comment.