Skip to content

Commit

Permalink
Fix push command in the benchmarks update script
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Apr 23, 2021
1 parent 1818991 commit 66af8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ cp -R .asv/html benchmarks
git add benchmarks
git commit -m "Update benchmarks"
git checkout -
git push gh-pages
git push origin gh-pages

0 comments on commit 66af8fd

Please sign in to comment.