Skip to content

Commit

Permalink
chore(deps): update markdown-to-pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
sladkoff committed Feb 2, 2023
1 parent c4bbf14 commit 6c48caf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- name: Remove swag line
run: sed -i '1d' README.md
- name: Build PDF from Markdown
uses: BaileyJM02/markdown-to-pdf@v1
uses: BaileyJM02/markdown-to-pdf@v1.2.0
with:
input_dir: .
input_path: README.md
output_dir: out
- name: Rename pdf
run: cp out/README.pdf ./leonid_koftun_resume.pdf
Expand All @@ -40,4 +40,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./leonid_koftun_resume.pdf
asset_name: leonid_koftun_resume.pdf
asset_content_type: application/pdf
asset_content_type: application/pdf

0 comments on commit 6c48caf

Please sign in to comment.