Update convert-md-to-html.yml

This commit is contained in:
Waleed Sadek 2024-02-18 22:48:38 +02:00 committed by GitHub
parent 34c7c06e76
commit 0b7ba266a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,8 +6,8 @@ on:
- main
# Paths can be used to only trigger actions when you have edited certain files, such as a file within the /docs directory
paths:
- '/readme.md'
- '/media/**'
- 'readme.md'
- 'media/**'
jobs:
converttopdf:
@ -21,7 +21,7 @@ jobs:
output_dir: /
images_dir: /media
# for example <img src="./images/file-name.png">
image_import: ./images
image_import: ./media
# Default is true, can set to false to only get PDF files
build_html: true
build_pdf: false