update build script
Deploy Website / build (push) Successful in 17s
Details
Deploy Website / build (push) Successful in 17s
Details
This commit is contained in:
parent
e27139b6bc
commit
e3d881de43
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue