1
0
Fork 0

webdoc will now use origin/master by default

- More sensical for CI where master may not be up to date
- Can be overridden with WEBDOC_BRANCH
website
Mike Gerwitz 2012-05-08 19:10:43 -04:00
parent 55648e35a6
commit aff3d410b2
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ webify()
}
# generate the documentation from the master branch
git checkout master \
git checkout "${WEBDOC_BRANCH:-origin/master}" \
&& make doc-html \
&& git checkout - \
&& webify "$path_doc_single" \