From b0a3a91ffb674e641d5e77ccbd0f6d2edff41a2a Mon Sep 17 00:00:00 2001 From: Jesse Loudon <13147870+jesseloudon@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:26:46 +1100 Subject: [PATCH] Update markdown-to-pdf.yml --- .github/workflows/markdown-to-pdf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdown-to-pdf.yml b/.github/workflows/markdown-to-pdf.yml index 38304e6..b7329d7 100644 --- a/.github/workflows/markdown-to-pdf.yml +++ b/.github/workflows/markdown-to-pdf.yml @@ -22,7 +22,7 @@ jobs: with: input_path: README.md output_dir: generated - table_of_contents: false + table_of_contents: true build_html: false - name: Upload Document