site

Personal site for Zane
Log | Files | Refs

commit 5f6656d01f5c9fdadfb2a9d4f16156267ae76db4
parent 3ecb23d28d31567c08bf0c098250f18f65fa5868
Author: Zane Schaffer <101823296+znschaffer@users.noreply.github.com>
Date:   Sat, 13 Jan 2024 16:53:03 -0800

Update main.yml
Diffstat:
M.github/workflows/main.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: uses: docker://pandoc/core:edge with: entrypoint: /bin/sh - args: -c "cd src; find . -iname '*.md' -type f -exec sh -c 'pandoc -f markdown -t html5 -H header.html -c normalize.css -c concrete.css -s ${0} -o ../out/${0%.md}.html' {} \;" + args: -c "cd src; find . -iname '*.md' -type f -exec sh -c 'pandoc -f markdown -t html5 -H header.html -c normalize.css -c concrete.css --embed-resources=true --katex -s ${0} -o ../out/${0%.md}.html' {} \;" - run: tree - name: Deploy