Commit Graph

15 Commits

Author SHA1 Message Date
Tim Brust a95f0ef364
ci: updates docs push action by fetching tags & setting the correct tag (#1236) 2020-05-26 14:02:01 -07:00
Maxim Devoir 9e2f381637 ci(docs): correctly set `REPO` 2020-02-03 15:53:59 -08:00
Maxim Devoir 44701f81b2
ci(docs): fix Git setup on docs action (#1129) 2020-02-03 11:45:45 -08:00
Gregor Martynus 256bee273d ci(docs): use PAT 2020-01-21 06:02:31 -08:00
Gregor Martynus ee4c43e495 ci: update publish-docs script for GitHub Actions 2020-01-21 06:02:31 -08:00
Maxim Devoir 3a4e661519 chore: remove tag creation all-together 2020-01-05 10:25:46 -08:00
Maxim Devoir 30b33021d9 ci: publish docs (#1101)
* fix: use Bash for script

Using `/bin/sh` lead to multiple warnings that could result in errors in some POSIX environments. See [SC2039](https://github.com/koalaman/shellcheck/wiki/SC2039).

* In POSIX sh, [[ ]] is undefined.shellcheck(SC2039)
* In POSIX sh, string replacement is undefined.shellcheck(SC2039)
* Using /bin/sh leads to authentication errors for my CI | https://travis-ci.org/MaximDevoir/probot/builds/631990067

* fix: get latest tag for `VERSION`

Previous commit would retrieve an older tag
2020-01-02 14:30:31 -08:00
Maxim Devoir f90057e9b0 fix: Add `publish-docs` stage to Travis build (#1100) 2020-01-02 15:55:59 +01:00
Brandon Keepers c2476c74e9
chore: Replace jsdoc with typedoc (#583) 2018-06-26 18:02:59 -05:00
Brandon Keepers 6c58a9742b
chore(docs): Use GH_TOKEN for updating docs 2017-10-14 07:57:46 -05:00
Brandon Keepers 4afda1fd31
chore: Read version from package.json 2017-10-11 21:22:13 -07:00
Brandon Keepers df062ba9f7
Update website submodule when updating docs 2017-08-18 11:13:53 -05:00
Brandon Keepers 36332f8c7b
Update publish-docs to copy API docs to website 2017-08-18 10:55:11 -05:00
Brandon Keepers e7e189e2ff
Fix script for publishing docs 2017-07-27 11:32:21 -05:00
Brandon Keepers fafac05011
Script to publish docs 2017-04-29 11:05:18 -05:00