diff --git a/common/noter b/common/noter index 553ab9b..c60edab 100755 --- a/common/noter +++ b/common/noter @@ -7,7 +7,7 @@ timestamp=$(date +%H:%M:%S) current_note="$site_dir/notes/${current_date}.txt" publish () { - cd $site_dir && make push publish + cd $site_dir && make compile push publish } if [ -z "$1" ]; then