Adding compile command to publish
This commit is contained in:
parent
befe646d68
commit
433dee312d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue