site

Personal site for Zane
Log | Files | Refs

commit 46cdc06149a02d2fdc33c20f197179c5def9a7e0
parent a2d5ef226a91288b25412269165ea1de3247fc96
Author: Zane Schaffer <101823296+znschaffer@users.noreply.github.com>
Date:   Mon, 20 Nov 2023 12:09:50 -0800

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

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml @@ -15,10 +15,10 @@ jobs: destination: src/custom.css - name: convert markdown to html - uses: docker://pandoc/core:latest + uses: docker://pandoc/latext:3.19 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 ${0} -o ../out/${0%.md}.html' {} \;" + 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' {} \;" - run: tree - name: Deploy uses: peaceiris/actions-gh-pages@v3