site

Personal site for Zane
Log | Files | Refs

commit 2d3d262e3fa25a2560df8b6100e644828b6d4705
parent 2018b1d226e4776d95cd56a0a7a92f7df33fc8ed
Author: Zane Schaffer <101823296+znschaffer@users.noreply.github.com>
Date:   Sat,  2 Dec 2023 10:07:43 -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/ + run: mkdir out; cp -r src/img out/; cp src/*.css out/ - name: convert markdown to html uses: docker://pandoc/core:edge with: