Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Jul 9, 2017
1 parent b56b7a5 commit 917cbed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ RUST_TEST_THREADS = "1"
#do not break build due to child outdated dependencies also used as root dependencies
force = true

[tasks.post-docs.linux]
[tasks.generate-readme]
script = [
"echo \"generating readme file\"",
"rm -f ./README.md",
"cat ./docs/_includes/README.md ./docs/_includes/nav.md ./docs/_includes/content.md >> README.md",
"sed 's,https://github.com/sagiegurari/cargo-make/blob/master/.github,.github,g' -i ./README.md"
]

[tasks.post-docs]
linux_alias = "generate-readme"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ In addition, cargo-make will also add few environment variables that can be help

<a name="usage-ci"></a>
### Continuous Integration
cargo-make comes with a predefined flow for continues integration build executed by internal or online services such as travis-ci and appveyor.<br>
cargo-make comes with a predefined flow for continuous integration build executed by internal or online services such as travis-ci and appveyor.<br>
For travis-ci, simple change the script to invoke the cargo-make installation and invocation as follows:

````yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ In addition, cargo-make will also add few environment variables that can be help

<a name="usage-ci"></a>
### Continuous Integration
cargo-make comes with a predefined flow for continues integration build executed by internal or online services such as travis-ci and appveyor.<br>
cargo-make comes with a predefined flow for continuous integration build executed by internal or online services such as travis-ci and appveyor.<br>
For travis-ci, simple change the script to invoke the cargo-make installation and invocation as follows:

````yaml
Expand Down

0 comments on commit 917cbed

Please sign in to comment.