You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments