diff --git a/cmd/tools/fast/fast_job.v b/cmd/tools/fast/fast_job.v index f63e1a013d..5c8c3c927c 100644 --- a/cmd/tools/fast/fast_job.v +++ b/cmd/tools/fast/fast_job.v @@ -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')