brainsteam.co.uk/brainsteam/build.sh

18 lines
354 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
git add ../bstools/wm_state.json
git commit -m "update thumbs and webmention state"
git push