brainsteam.co.uk/brainsteam/build.sh

18 lines
334 B
Bash
Raw Normal View History

#!/bin/bash
2024-10-28 20:41:22 +00:00
cd ../bstools
2024-11-16 17:14:00 +00:00
/home/james/.local/bin/uv run python card.py tree -i ../brainsteam/content/posts/ -w ../brainsteam
2024-10-28 20:41:22 +00:00
cd ../brainsteam
2024-09-08 11:53:51 +01:00
hugo
2024-11-16 17:14:00 +00:00
cd ../bstools
/home/james/.local/bin/uv run python webmention.py update
git add ../brainsteam/content/posts
2024-11-16 17:16:03 +00:00
#git add ../bstools/wm_state.json
2024-11-16 17:16:32 +00:00
git commit -m "update thumbs"
2024-11-16 17:14:00 +00:00
git push