site

Personal site for Zane
Log | Files | Refs

commit 083cc306933a312fe8f5821dc1de403df76e538f
parent edc369ba090f16a422c110412ac6a96af5b2f447
Author: Zane Schaffer <101823296+znschaffer@users.noreply.github.com>
Date:   Tue,  2 Jan 2024 19:10:05 -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 -r src/fonts out/; - name: convert markdown to html uses: docker://pandoc/core:edge with: