18 lines
354 B
Bash
Executable File
18 lines
354 B
Bash
Executable File
#!/bin/bash
|
|
cd ../bstools
|
|
/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
|
|
|
|
|
|
|