This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
31: Publish tag as r=CAD97 a=CAD97 bors: r+
- Loading branch information
Showing
6 changed files
with
18 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cargo-ghp-upload" | ||
version = "0.3.1" | ||
version = "0.3.2" | ||
authors = ["CAD97 <[email protected]>"] | ||
description = "Upload documentation straight to GitHub Pages, maintaining branch separation and history" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ To do that, you can minimally include the following in your Travis matrix: | |
```yaml | ||
matrix: | ||
include: | ||
- env: GHP_UPLOAD_VERSION=0.3.1 | ||
- env: GHP_UPLOAD_VERSION=0.3.2 | ||
install: | ||
- cargo install --version $GHP_UPLOAD_VERSION cargo-ghp-upload | ||
script: | ||
|
@@ -53,7 +53,7 @@ This crate will not change the contents of the uploaded directory. | |
## Customization | ||
|
||
``` | ||
cargo-ghp-upload 0.3.1 | ||
cargo-ghp-upload 0.3.2 | ||
CAD97 <[email protected]> | ||
Upload documentation straight to GitHub Pages, maintaining branch separation and history | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters