fix deploy.sh (#113)

This commit is contained in:
Ayrat Badykov 2023-02-26 11:34:20 +02:00 committed by GitHub
parent c05e5fa44a
commit 3a20fe7dc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ BRANCH="gh-pages"
build() {
echo "Starting building..."
TIME=$(date +"%m-%d-%YT%H:%M:%S.00Z")
TIME=$(date +"%Y-%m-%dT%H:%M:%S.00Z")
printf "+++\ntitle = \"CHANGELOG\"\ndate = $TIME\nupdated = $TIME\ndraft = false\nweight = 410\nsort_by = \"weight\"\ntemplate = \"docs/page.html\"\n\n[extra]\ntoc = true\ntop = false\n+++\n\n" > docs/content/docs/CHANGELOG.md