tools/fast: push changes to gh pages
parent
d77bb2f606
commit
d284918554
|
@ -33,6 +33,7 @@ fn main() {
|
||||||
os.exec('git checkout gh-pages') ?
|
os.exec('git checkout gh-pages') ?
|
||||||
os.cp('../index.html', 'index.html') ?
|
os.cp('../index.html', 'index.html') ?
|
||||||
os.system('git commit -am "update benchmark"')
|
os.system('git commit -am "update benchmark"')
|
||||||
|
os.system('git push origin gh-pages')
|
||||||
os.chdir('..')
|
os.chdir('..')
|
||||||
}
|
}
|
||||||
println('sleeping 20')
|
println('sleeping 20')
|
||||||
|
|
Loading…
Reference in New Issue