Skip to content

Commit

Permalink
fix: typo in html file
Browse files Browse the repository at this point in the history
  • Loading branch information
kasuboski committed Aug 18, 2020
1 parent 11dc871 commit 5b12c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Html to pdf
uses: fifsky/html-to-pdf-action@master
with:
htmlFile: .resume.html
htmlFile: resume.html
outputFile: resume.pdf
pdfOptions: '{"format": "Letter", "margin": {"top": ".4in", "left": ".4in", "right": ".4in", "bottom": ".4in"}}'
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 5b12c8d

Please sign in to comment.