Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #37 from crate-ci/mmmm
Browse files Browse the repository at this point in the history
Remove debug code >.>
  • Loading branch information
CAD97 authored Apr 10, 2018
2 parents 343b199 + 99743d8 commit 62bf059
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.3.3]
## [0.3.4]

- Fixed #34: If the remote gh-pages branch is updated between executions,
ghp-upload will now pull the changes instead of overwriting them
Expand Down Expand Up @@ -47,8 +47,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Now can infer much more context from Git if not in Travis-like environment
- Default commit message changed

[Unreleased]: https://github.com/crate-ci/cargo-ghp-upload/compare/0.3.3...master
[0.3.3]: https://github.com/crate-ci/cargo-ghp-upload/compare/0.3.2...0.3.3
[Unreleased]: https://github.com/crate-ci/cargo-ghp-upload/compare/0.3.4...master
[0.3.4]: https://github.com/crate-ci/cargo-ghp-upload/compare/0.3.2...0.3.4
[0.3.2]: https://github.com/crate-ci/cargo-ghp-upload/compare/0.3.1...0.3.2
[0.3.1]: https://github.com/crate-ci/cargo-ghp-upload/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/crate-ci/cargo-ghp-upload/compare/0.2.0...0.3.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-ghp-upload"
version = "0.3.3"
version = "0.3.4"
authors = ["CAD97 <[email protected]>"]
description = "Upload documentation straight to GitHub Pages, maintaining branch separation and history"

Expand Down
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,6 @@ fn run() -> Result<()> {
token: args.token.or_else(|| env::var("GH_TOKEN").ok()),
..args
};
println!("{}", args.clobber_index);
bail!("");

LoggerBuiler::new()
.filter(
Expand Down

0 comments on commit 62bf059

Please sign in to comment.