kszucs commented on pull request #11283:
URL: https://github.com/apache/arrow/pull/11283#issuecomment-942727894


   Thanks @jorisvandenbossche for working on this!
   
   We need to update the release script to create and [mount the right 
directory](https://github.com/apache/arrow/blob/master/dev/release/post-09-docs.sh#L47)
 to the docker container which builds the documentation:
   
   ```bash
   mkdir -p ${ARROW_SITE_DIR}/docs/${version}
   # ...
   -v "${ARROW_SITE_DIR}/docs/${version}:/build/docs"
   ```
   
   We either need to use full version numbers in the selector or trim the 
version number in the release script to major and minor parts.
   
   Other than that can we merge this PR?


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to