diff --git a/assets/image_2022-05-26-16-05-58.png b/assets/image_2022-05-26-16-05-58.png new file mode 100644 index 000000000..77ef47e44 Binary files /dev/null and b/assets/image_2022-05-26-16-05-58.png differ diff --git a/autopush.sh b/autopush.sh index 13dfb8352..4a11a1ebf 100755 --- a/autopush.sh +++ b/autopush.sh @@ -5,6 +5,7 @@ cd ~/garden while true; do git add *md git add journal/*md + git add assets/* git commit -a -m 'autopushed' git pull git push