rustwasm / book

The Rust and WebAssembly Book
https://rustwasm.github.io/docs/book/
MIT License
1.73k stars 208 forks source link

Fix build on Travis #219

Open darkmou5e opened 4 years ago

darkmou5e commented 4 years ago

Travis builds that are failing on each merge to master look confusing. Took me some time to figure out that the book actually builds daily by this script. I suppose it would be better to remove the failing deployment step from Travis build. And maybe add somewhere (for example to README.md or CONTRIBUTING.md) explicit info of publishing schedule.