Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Jan 2, 2024
2 parents 34d501c + 1ae769a commit d6f109b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
uses: actions/checkout@v3

- name: Build PDF
uses: xu-cheng/latex-action@v2
uses: xu-cheng/latex-action@v3
with:
root_file: cv-gboeing.tex

- name: Publish PDF
uses: appleboy/scp-action@v0.1.4
uses: appleboy/scp-action@v0.1.6
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
Expand Down

0 comments on commit d6f109b

Please sign in to comment.