update build script
Deploy Website / build (push) Successful in 18s
Details
Deploy Website / build (push) Successful in 18s
Details
This commit is contained in:
parent
b458211bd8
commit
ffccd34fc3
|
@ -1,9 +1,17 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd ../bstools
|
cd ../bstools
|
||||||
poetry run python card.py tree -i ../brainsteam/content/posts/ -w ../brainsteam
|
/home/james/.local/bin/uv run python card.py tree -i ../brainsteam/content/posts/ -w ../brainsteam
|
||||||
git add ../brainsteam/content/posts
|
|
||||||
git commit -m "update thumbnails"
|
|
||||||
git push
|
|
||||||
|
|
||||||
cd ../brainsteam
|
cd ../brainsteam
|
||||||
hugo
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue