Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwiglierhammer committed Nov 27, 2024
1 parent 31ef0c2 commit 26589e2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,5 @@ jobs:
git config --global user.email "[email protected]"
git pull
git add mug_document_src/main.pdf
git commit -m "Update MUG PDF" || echo "No changes to commit"
git commit -m "Update current version of the Marine User Guide" || echo "No changes to commit"
git push origin HEAD:${{ github.head_ref || github.ref_name }}
#- name: Upload PDF file
# uses: actions/upload-artifact@v4
# with:
# name: PDF
# path: mug_document_src/main.pdf

0 comments on commit 26589e2

Please sign in to comment.