site

Personal site for Zane
Log | Files | Refs

commit a4abc7ca2b84ed234683e100e2430b5ece29de46
parent 271e210e414bdced6ff71c141027f5c28fb09c14
Author: Zane Schaffer <101823296+znschaffer@users.noreply.github.com>
Date:   Mon, 20 Nov 2023 12:02:29 -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 @@ -12,7 +12,7 @@ jobs: 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' {} \;" + 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' {} \;" - run: tree - name: Deploy uses: peaceiris/actions-gh-pages@v3