From 433dee312d2eaa99b8805ac62a9a9fb54204a1e7 Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Wed, 28 Feb 2024 09:31:26 +0200 Subject: [PATCH] Adding compile command to publish --- common/noter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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