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: