Skip to content

Commit

Permalink
fix deploy.sh (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 authored Feb 26, 2023
1 parent c05e5fa commit 3a20fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3a20fe7

Please sign in to comment.