This commit is contained in:
Morgan 2024-04-02 15:04:28 +09:00
parent 5bbf778464
commit c46b5ed96b
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
sed -i "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) echo buildDate: $(date +%m%d-%H%M)
./hugo ./hugo