|
efab7638
|
2022-07-23T20:26:56
|
|
[ci] Fix docs deployment
Trigger build on tag pushes, and simplify the condition for calling
.ci/deploy-docs.sh.
|
|
37866340
|
2022-07-18T21:02:41
|
|
[ci] Deploy docs only on tagged builds
Fixes https://github.com/harfbuzz/harfbuzz/issues/2786
|
|
09a2eb65
|
2021-06-07T10:52:27
|
|
Revert "Temporarily always push the docs commit"
This reverts commit 6612fd39ae6f84446dad1b0507417d6febf22fa0.
|
|
6612fd39
|
2021-06-07T10:36:02
|
|
Temporarily always push the docs commit
|
|
b39b0475
|
2021-06-07T10:27:33
|
|
Try to fix doc deployment
https://github.com/harfbuzz/harfbuzz.github.io/issues/4
From CI logs at https://github.com/harfbuzz/harfbuzz/runs/2758234200:
+ git init
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
We want the branch too be main not master.
|
|
fa432a12
|
2021-06-05T04:06:58
|
|
Rename various references to master branch
|
|
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/
|