site

Personal site for Zane
Log | Files | Refs

commit 15ba26105b89741a5bfefd740bc997a8851bbfb8
parent e08156737ef08cac3fcce416e536d3903f10ae59
Author: Zane Schaffer <101823296+znschaffer@users.noreply.github.com>
Date:   Tue,  2 Jan 2024 19:08:48 -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 @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: setup output dir and copy images - run: mkdir out; cp -r src/img out/; cp src/*.css out/ cp src/fonts out/; + run: mkdir out; cp -r src/img out/; cp src/*.css out/; cp src/fonts out/; - name: convert markdown to html uses: docker://pandoc/core:edge with: