commit edc369ba090f16a422c110412ac6a96af5b2f447 parent 15ba26105b89741a5bfefd740bc997a8851bbfb8 Author: Zane Schaffer <101823296+znschaffer@users.noreply.github.com> Date: Tue, 2 Jan 2024 19:09:25 -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 fonts/font.css -c concrete.css -s ${0} -o ../out/${0%.md}.html' {} \;" - run: tree - name: Deploy