push docs to another repo & update README

This commit is contained in:
Jorge Aparicio 2019-04-21 20:52:16 +02:00
parent 4a7dc22259
commit f30743f52a
2 changed files with 5 additions and 4 deletions

View file

@ -41,13 +41,13 @@ A concurrency framework for building real time systems.
## Requirements ## Requirements
- Rust 1.31.0+ - Rust 1.36.0+
- Applications must be written using the 2018 edition. - Applications must be written using the 2018 edition.
## [User documentation](https://japaric.github.io/cortex-m-rtfm/book/en) ## [User documentation](https://japaric.github.io/rtfm5/book/en)
## [API reference](https://japaric.github.io/cortex-m-rtfm/api/rtfm/index.html) ## [API reference](https://japaric.github.io/rtfm5/api/rtfm/index.html)
## Acknowledgments ## Acknowledgments

View file

@ -23,7 +23,8 @@ main() {
./ghp-import/ghp_import.py $td ./ghp-import/ghp_import.py $td
set +x set +x
git push -fq https://$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG.git gh-pages && echo OK # NOTE push documentation to a different repository
git push -fq https://$GH_TOKEN@github.com/japaric/rtfm5.git gh-pages && echo OK
rm -rf $td rm -rf $td
} }