Skip to content

Commit

Permalink
Fixe to workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Natalia Luzuriaga <[email protected]>
  • Loading branch information
natalialuzuriaga committed Oct 23, 2024
1 parent 1e48b96 commit 615c94e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/markdownToPDF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ jobs:
- uses: actions/checkout@v3
- uses: baileyjm02/markdown-to-pdf@v1
with:
input_dir: tier*
input_dir: tier1
images_dir: assets
image_import: ./images
# Default is true, can set to false to only get PDF files
build_html: false
- uses: actions/upload-artifact@v3
with:
name: tier*
path: tier*
name: checklist-generated.pdf
path: tier1

0 comments on commit 615c94e

Please sign in to comment.