From 502154eae0a27fca4807cd1959701f4999afc650 Mon Sep 17 00:00:00 2001 From: Joseph Cosentino Date: Thu, 13 Jun 2024 23:36:20 -0700 Subject: [PATCH] no table of contents --- .github/workflows/build.yml | 1 + .github/workflows/release.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eec4167..23bb97f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,7 @@ jobs: with: input_path: resume.md theme: resume.css + table_of_contents: false output_dir: out - uses: actions/upload-artifact@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc8a204..3e932c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,7 @@ jobs: input_path: resume.md theme: resume.css output_dir: out + table_of_contents: false build_html: false - uses: actions/upload-artifact@v4 with: