Skip to content

Commit

Permalink
push docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Osheroff committed Nov 26, 2015
1 parent 4992c98 commit 497997d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ client = Octokit::Client.new(netrc: true)
release = client.create_release(REPO, 'v' + $version, name: release_title, body: release_body)
client.upload_asset(release.url, BINDIR + "/../target/maxwell-#{$version}.tar.gz")


do_system(BINDIR + "/../docs/push")

0 comments on commit 497997d

Please sign in to comment.