From ffccd34fc35460574b8e81566a32febb2ba95e9a Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Sat, 16 Nov 2024 17:14:00 +0000 Subject: [PATCH] update build script --- brainsteam/build.sh | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/brainsteam/build.sh b/brainsteam/build.sh index 20e7a76..29feb52 100755 --- a/brainsteam/build.sh +++ b/brainsteam/build.sh @@ -1,9 +1,17 @@ #!/bin/bash cd ../bstools -poetry run python card.py tree -i ../brainsteam/content/posts/ -w ../brainsteam -git add ../brainsteam/content/posts -git commit -m "update thumbnails" -git push +/home/james/.local/bin/uv run python card.py tree -i ../brainsteam/content/posts/ -w ../brainsteam cd ../brainsteam hugo + +cd ../bstools +/home/james/.local/bin/uv run python webmention.py update + +git add ../brainsteam/content/posts +git add ../bstools/wm_state.json +git commit -m "update thumbs and webmention state" +git push + + +