Skip to content

Commit

Permalink
fix images in pdf hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
airbjorn committed Aug 26, 2022
1 parent ef7a722 commit 0785e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-pdf-from-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- uses: BaileyJM02/markdown-to-pdf@v1.2.0
with:
input_path: pms
images_dir: pms/images
images_dir: ./pms/images
output_dir: pdfs
# for example <img src="./images/file-name.png">
image_import: ./images
image_import: images
# Default is true, can set to false to only get PDF files
build_html: false
build_pdf: true
Expand Down

0 comments on commit 0785e69

Please # to comment.