Commit

Author:

Hash:

Timestamp:

+1 -1 +/-1 browse

Kevin Schoon [me@kevinschoon.com]

5c50bea0a6179ac1859f8b37fd48e69402a9c69b

Mon, 06 Oct 2025 14:24:37 +0000 (3 weeks ago)

fix publish.sh script
1diff --git a/publish.sh b/publish.sh
2index 4d5fc81..76ef50b 100755
3--- a/publish.sh
4+++ b/publish.sh
5 @@ -19,7 +19,7 @@ git checkout "$GENERATED_BRANCH" --
6 git reset --hard main
7 git clean -fd
8
9- ./build.py
10+ zola build
11
12 git add -f public
13 git commit -m 'automated www update'