mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
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:
parent
2806a8a9ec
commit
d11db9a3aa
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue