From 3a12a0981bbdc64d766f7275261e02f0b012df8c Mon Sep 17 00:00:00 2001 From: No Date: Fri, 12 Jul 2024 20:22:41 -0400 Subject: [PATCH] Add image dir --- .github/workflows/create-pdf.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-pdf.yml b/.github/workflows/create-pdf.yml index 9f18ce4..64a15c6 100644 --- a/.github/workflows/create-pdf.yml +++ b/.github/workflows/create-pdf.yml @@ -13,9 +13,12 @@ jobs: - uses: mkrakowitzer/actions-makepdfs@master if: github.ref == 'refs/heads/main' with: - markdown_dir: . + markdown_dir: export output_dir: export + media_dir: + required: true + default: 'images/' - uses: actions/upload-artifact@v4 with: name: platform-architecture-docs - path: export \ No newline at end of file + path: export