mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools/fast: push changes to gh pages
This commit is contained in:
parent
d77bb2f606
commit
d284918554
@ -33,6 +33,7 @@ fn main() {
|
||||
os.exec('git checkout gh-pages') ?
|
||||
os.cp('../index.html', 'index.html') ?
|
||||
os.system('git commit -am "update benchmark"')
|
||||
os.system('git push origin gh-pages')
|
||||
os.chdir('..')
|
||||
}
|
||||
println('sleeping 20')
|
||||
|
Loading…
Reference in New Issue
Block a user