Skip to content

Commit

Permalink
preserve struct
Browse files Browse the repository at this point in the history
--standalone option to create a complete HTML document and the --toc option to generate a table of contents.
  • Loading branch information
brown9804 authored Jan 13, 2025
1 parent 1b4abd6 commit cc1dcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/md-html-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
mkdir -p _site
for file in *.md; do
pandoc "$file" -o "_site/${file%.md}.html"
pandoc "$file" --standalone --toc -o "_site/${file%.md}.html"
done

- name: Deploy to GitHub Pages
Expand Down

0 comments on commit cc1dcb5

Please sign in to comment.