|
6bf5e8e7
|
2020-06-04T04:03:14
|
|
[ci] Deploy only when there is something to push
Apparently the previous version of gtk-doc was doing weird changes like https://github.com/harfbuzz/harfbuzz.github.io/commit/1b40da99bbd1985d060d273ef37f1ccad16913c4 and https://github.com/harfbuzz/harfbuzz.github.io/commit/d1d9bff14c805d1bcbd2446a4c22e633e8d365cf
in order to make every to have something for pushing and
now that we don't have such changes it will fail.
Alternatively we can go for `git commit --allow-empty`, guess better to
pollute history of https://github.com/harfbuzz/harfbuzz.github.io however.
|
|
5293fdba
|
2020-06-04T02:38:27
|
|
[ci] Move docs deployment from autotools to meson
|
|
3ce6c7bd
|
2017-12-06T21:08:20
|
|
[ci] Sort out Travis configuration
Use a matrix to avoid a gazillion if's.
|
|
77efdeca
|
2017-11-22T00:14:29
|
|
Improve the docs commit message a bit
|
|
a13c0748
|
2017-11-21T09:52:18
|
|
Move gh-pages docs to harfbuzz.github.io
|
|
d18ee5af
|
2017-11-02T07:56:25
|
|
Copy dummy docs/circle.yml to gh-pages branch (#603)
|
|
266bfa37
|
2015-12-30T16:25:48
|
|
[docs] Minor
|
|
d08035f8
|
2015-12-30T16:15:36
|
|
[docs] Fix up build, really
|
|
0d45c3cf
|
2015-12-30T16:09:39
|
|
[docs] Turn bash tracing on
|
|
33b2d981
|
2015-12-30T15:56:56
|
|
[docs] Another try, not sure why the bot isn't building
|
|
f3a05114
|
2015-12-30T15:45:43
|
|
[docs] Shuffling code around in deploy-docs.sh
Temporarily makes it rebuild docs on every change again.
|
|
9d280cf4
|
2015-12-26T06:45:51
|
|
Fix previous commit
|
|
b789199f
|
2015-12-26T06:35:08
|
|
[travis] Build docs only on tagged revisions
Lets see if it works…
|
|
e5b90c08
|
2015-12-25T18:41:41
|
|
[travis] Remove secure var
I've set up a secure var for behdad/harfbuzz through Travis web interface, no need
to set the var here.
|
|
22b07782
|
2015-12-14T23:33:51
|
|
Deploy docs to gh-pages branch from Travis builds
Build docs in Travis and push them to the gh-pages branch, which makes
them available at http://behdad.github.io/harfbuzz/
|