site

Personal site for Zane
Log | Files | Refs

commit 409c3c081f7ce851e2ab2a7378e4fb9f520cbcaa
parent 46cdc06149a02d2fdc33c20f197179c5def9a7e0
Author: Zane Schaffer <101823296+znschaffer@users.noreply.github.com>
Date:   Mon, 20 Nov 2023 12:10:01 -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 @@ -15,7 +15,7 @@ jobs: destination: src/custom.css - name: convert markdown to html - uses: docker://pandoc/latext:3.19 + uses: docker://pandoc/latext:3.1.9 with: entrypoint: /bin/sh args: -c "mkdir out; cd src;find . -iname '*.md' -type f -exec sh -c 'pandoc -f markdown -t html5 -c ./custom.css -s --embed-resources=true ${0} -o ../out/${0%.md}.html' {} \;"