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