From 0b7ba266a412ae1459dfdd07c7676197af306153 Mon Sep 17 00:00:00 2001 From: Waleed Sadek <62147992+waleedsadek-panx@users.noreply.github.com> Date: Sun, 18 Feb 2024 22:48:38 +0200 Subject: [PATCH] Update convert-md-to-html.yml --- .github/workflows/convert-md-to-html.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/convert-md-to-html.yml b/.github/workflows/convert-md-to-html.yml index 60d5883..887589f 100644 --- a/.github/workflows/convert-md-to-html.yml +++ b/.github/workflows/convert-md-to-html.yml @@ -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 - image_import: ./images + image_import: ./media # Default is true, can set to false to only get PDF files build_html: true build_pdf: false