From 663ae2101ba722ec029399371e3ad7ee0ff78dfc Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Sat, 16 Nov 2024 17:16:03 +0000 Subject: [PATCH] update thumbs and webmention state --- brainsteam/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brainsteam/build.sh b/brainsteam/build.sh index 29feb52..775dc98 100755 --- a/brainsteam/build.sh +++ b/brainsteam/build.sh @@ -9,7 +9,7 @@ cd ../bstools /home/james/.local/bin/uv run python webmention.py update git add ../brainsteam/content/posts -git add ../bstools/wm_state.json +#git add ../bstools/wm_state.json git commit -m "update thumbs and webmention state" git push