Now generating docs from {origin/=>}master
Want to be able to test before pushingwebsite
parent
56c2e8fcc7
commit
252d1b640e
|
@ -101,7 +101,7 @@ webify()
|
||||||
}
|
}
|
||||||
|
|
||||||
# generate the documentation from the master branch
|
# generate the documentation from the master branch
|
||||||
git checkout "${WEBDOC_BRANCH:-origin/master}" \
|
git checkout "${WEBDOC_BRANCH:-master}" \
|
||||||
&& autoreconf -fvi \
|
&& autoreconf -fvi \
|
||||||
&& ./configure \
|
&& ./configure \
|
||||||
&& make html html-single \
|
&& make html html-single \
|
||||||
|
|
Loading…
Reference in New Issue