commit 7f18db52176d5e864f6aa33aa05a9bfbe5c4a4ee parent a3a097c2f519d17de61967de9b1297599609f526 Author: Zane Schaffer <101823296+znschaffer@users.noreply.github.com> Date: Mon, 20 Nov 2023 12:38:59 -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 @@ -19,7 +19,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 ./custom.css -s --embed-resources=true ${0} -o ../out/${0%.md}.html' {} \;" + args: -c "cd src; find . -iname '*.md' -type f -exec sh -c 'pandoc -f markdown -t html5 -c ./custom.css -s ${0} -o ../out/${0%.md}.html' {} \;" - run: tree - name: Deploy