Fix
This commit is contained in:
parent
5bbf778464
commit
c46b5ed96b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue