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