From ab0c03616b16aee43fe1579ff15615eacf5a3fab Mon Sep 17 00:00:00 2001 From: Jesse Loudon <13147870+jesseloudon@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:49:31 +1100 Subject: [PATCH] Update markdown-to-pdf.yml --- .github/workflows/markdown-to-pdf.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/markdown-to-pdf.yml b/.github/workflows/markdown-to-pdf.yml index 27e0f47..385f8e5 100644 --- a/.github/workflows/markdown-to-pdf.yml +++ b/.github/workflows/markdown-to-pdf.yml @@ -9,7 +9,7 @@ env: jobs: publish: runs-on: ubuntu-latest - name: Publish Document + name: Generate PDF from README steps: - name: Checkout uses: actions/checkout@v4 @@ -21,14 +21,14 @@ jobs: id: publish-document with: input_path: README.md - images_dir: Awesome-Azure-Policy-Logo.svg + images_dir: ./ + images_import: ./ output_dir: generated table_of_contents: true - build_html: true - name: Upload Document uses: actions/upload-artifact@v4 id: upload-document with: - name: 'Awesome-Azure-Policy-${{ env.DATE }}.pdf' + name: 'Awesome-Azure-Policy-${{ env.DATE }}' path: generated