site

Personal site for Zane
Log | Files | Refs

commit ef6182e580ea318aabf66dba92d601a052a74594
parent 569fb6c3350d3fc94cbe82c15cc1fcdf4e4529f8
Author: Zane Schaffer <101823296+znschaffer@users.noreply.github.com>
Date:   Mon, 20 Nov 2023 12:16:33 -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/core:3.1 + uses: docker://pandoc/core:edge 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' {} \;"