We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c28c67 commit 5306670Copy full SHA for 5306670
.github/workflows/generate-pdf.yml
@@ -6,7 +6,7 @@ on:
6
- main
7
# Paths can be used to only trigger actions when you have edited certain files, such as a file within the /docs directory
8
paths:
9
- - '**.md'
+ - README.md
10
- 'images/**'
11
12
jobs:
@@ -17,8 +17,8 @@ jobs:
17
- uses: actions/checkout@v2
18
- uses: baileyjm02/markdown-to-pdf@v1
19
with:
20
- input_dir: docs
21
- output_dir: assets
+ input_dir: README.md
+ output_dir: assets/README.pdf
22
images_dir: docs/images
23
# for example <img src="./images/file-name.png">
24
image_import: ./images
0 commit comments