commit 271e210e414bdced6ff71c141027f5c28fb09c14
parent ccdb5baec4455a1ca09c8e493ff5f04328c7ad85
Author: Zane Schaffer <101823296+znschaffer@users.noreply.github.com>
Date: Mon, 20 Nov 2023 12:01:27 -0800
Update main.yml
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- name: convert markdown to html
- uses: docker://pandoc/core:2.9
+ uses: docker://pandoc/core:latest
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' {} \;"