mirror of
https://github.com/PanXProject/awesome-certificates.git
synced 2025-01-18 13:05:26 +00:00
Update convert-md-to-html.yml
This commit is contained in:
parent
34c7c06e76
commit
0b7ba266a4
6
.github/workflows/convert-md-to-html.yml
vendored
6
.github/workflows/convert-md-to-html.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user