mirror of
https://github.com/rust-embedded/embedded-hal.git
synced 2026-03-19 05:40:32 +00:00
This should do the following: 1. Not run the code in `ci/after_success.sh` when a pull request is built, as the secret variable `GH_TOKEN` is not available then, which will cause a build error. 2. Run said script after a pull request has been merged to master, to automatically update documentation on gh-pages. I know that 1. actually happens. I have no idea about 2.