tools: make the commit message more informative, for the repo for https://fast.vlang.io/ in cmd/tools/fast/website/

This commit is contained in:
Delyan Angelov 2023-10-26 08:21:16 +03:00
parent 2806a8a9ec
commit d11db9a3aa
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -163,7 +163,7 @@ fn main() {
os.chdir('website')!
lexec('git checkout gh-pages')
os.mv('../index.html', 'index.html')!
lsystem('git commit -am "update benchmark"')
lsystem('git commit -am "update benchmark for commit ${commit}"')
lsystem('git push origin gh-pages')
elog('uploading done')
}