update build script
Deploy Website / build (push) Successful in 17s Details

This commit is contained in:
James Ravenscroft 2024-10-28 20:41:22 +00:00
parent e27139b6bc
commit e3d881de43
1 changed files with 7 additions and 0 deletions

View File

@ -1,2 +1,9 @@
#!/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
cd ../brainsteam
hugo