diff --git a/bencher/example/example_publish.py b/bencher/example/example_publish.py index cc8b9e20..2a4d3cb5 100644 --- a/bencher/example/example_publish.py +++ b/bencher/example/example_publish.py @@ -20,9 +20,7 @@ def __call__(self, **kwargs): # publish from report bench = SimpleFloat().to_bench() bench.plot_sweep() - bench.report.publish_gh_pages( - github_user="blooop", repo_name="reports", folder_name="r5" - ) + bench.report.publish_gh_pages(github_user="blooop", repo_name="reports", folder_name="r5") # TODO DON'T OVERWRITE ^ EXAMPLE WHEN RUNNING CODE BELOW # publish from benchrunner