domoritz commented on a change in pull request #11728:
URL: https://github.com/apache/arrow/pull/11728#discussion_r751623120
##########
File path: ci/scripts/js_build.sh
##########
@@ -30,7 +30,14 @@ yarn lint:ci
yarn build
if [ "${with_docs}" == "true" ]; then
- yarn doc
+ if [ $(git config --get remote.origin.url) ==
"https://github.com/apache/arrow.git" ]; then
+ yarn doc
+ elif [ $(git config --get remote.upstream.url) ==
"https://github.com/apache/arrow.git" ]; then
+ yarn doc --gitRemote upstream
Review comment:
Will do. It's also described at
https://arrow.apache.org/docs/developers/contributing.html.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]