Skip to content

Commit

Permalink
possibly fix html-to-pdf input/output paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Azmaeus committed Oct 15, 2024
1 parent 2463c09 commit 25c9d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: HTML to PDF
uses: ferdinandkeller/html-to-pdf-action@v1
with:
source-path: ./
destination-path: ./Eric-F-Olsen-Resume.pdf
source-path: "./"
destination-path: "./Eric-F-Olsen-Resume.pdf"

- name: Deploy with SSH and rsync
uses: burnett01/rsync-deployments@7.0.1
Expand Down

0 comments on commit 25c9d48

Please sign in to comment.