Lines Matching +full:build +full:- +full:docs
3 set -x
4 set -o errexit -o nounset
6 TAG="$(git describe --exact-match --match "[0-9]*" HEAD 2>/dev/null || true)"
8 DOCSDIR=build-docs
9 REVISION=$(git rev-parse --short HEAD)
11 rm -rf $DOCSDIR || exit
15 cp ../build/docs/html/* .
16 #cp ../build/docs/CNAME .
24 set -x
29 git add -A .
31 if [[ $(git status -s) ]]; then
32 git commit -m "Rebuild docs for https://github.com/harfbuzz/harfbuzz/commit/$REVISION"
33 git push -q upstream HEAD:master