site

Personal site for Zane
Log | Files | Refs

commit 2018b1d226e4776d95cd56a0a7a92f7df33fc8ed
parent abd5159819c52da8b28967a62da9b6ad5dda3a23
Author: Zane Schaffer <101823296+znschaffer@users.noreply.github.com>
Date:   Sat,  2 Dec 2023 10:06:52 -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 @@ -13,7 +13,7 @@ jobs: uses: docker://pandoc/core:edge with: entrypoint: /bin/sh - args: -c "cd src; find . -iname '*.md' -type f -exec sh -c 'pandoc -f markdown -t html5 -c ./normalize.css -c ./concrete.css -s ${0} -o ../out/${0%.md}.html' {} \;" + args: -c "cd src; find . -iname '*.md' -type f -exec sh -c 'pandoc -f markdown -t html5 -c normalize.css -c concrete.css -s ${0} -o ../out/${0%.md}.html' {} \;" - run: tree - name: Deploy