Commit

Author:

Hash:

Timestamp:

+1 -1 +/-1 browse

Kevin Schoon [me@kevinschoon.com]

8fc363283af5c6dcab6186f1ed402e8f34ff5451

Mon, 06 Oct 2025 13:10:20 +0000 (1 hour ago)

fix content path
1diff --git a/publish.sh b/publish.sh
2index e2121bf..4d5fc81 100755
3--- a/publish.sh
4+++ b/publish.sh
5 @@ -21,7 +21,7 @@ git clean -fd
6
7 ./build.py
8
9- git add -f gen
10+ git add -f public
11 git commit -m 'automated www update'
12
13 git checkout main