This commit is contained in:
Morgan 2023-11-08 16:25:38 +09:00
parent bfdf8ac96a
commit a16d99a2e9
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
sed -i.old "s/buildDate: [0-9]\+/buildDate: $(date +%m%d%H%M)/" config.yml
sed -i "s/buildDate: [0-9]\+/buildDate: $(date +%m%d%H%M)/" config.yml
echo buildDate: $(date +%m%d%H%M)
hugo