From c46b5ed96b16a4c19145e56c3d116d0ef1c7daf9 Mon Sep 17 00:00:00 2001 From: Morgan Date: Tue, 2 Apr 2024 15:04:28 +0900 Subject: [PATCH] Fix --- scripts/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 5bbc50e..2f36834 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,3 +1,3 @@ -sed -i "s/buildDate: [0-9]\+/buildDate: $(date +%m%d%H%M)/" config.yml -echo buildDate: $(date +%m%d%H%M) +sed -i "s/buildDate: [0-9]\+/buildDate: $(date +%m%d-%H%M)/" config.yml +echo buildDate: $(date +%m%d-%H%M) ./hugo