commit 569fb6c3350d3fc94cbe82c15cc1fcdf4e4529f8
parent ba399aecf413b96ea3d73810ab794ef5e5ca7a8b
Author: Zane Schaffer <101823296+znschaffer@users.noreply.github.com>
Date: Mon, 20 Nov 2023 12:12:18 -0800
Update main.yml
Diffstat:
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/latex:3.1.9
+ uses: docker://pandoc/core:3.1
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' {} \;"