2022-10-22 16:18:24 +01:00
|
|
|
#!/bin/bash
|
2024-10-28 20:41:22 +00:00
|
|
|
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
|
2024-09-08 11:53:51 +01:00
|
|
|
hugo
|