hughpearse commented on code in PR #4162: URL: https://github.com/apache/calcite/pull/4162#discussion_r1929679162
########## site/README.md: ########## @@ -68,7 +68,7 @@ running from within the directory: ### Build site 1. `cd site` -2. `docker compose run build-site` +2. `env JEKYLL_UID=$(id -u) JEKYLL_GID=$(id -g) docker-compose run build-site` Review Comment: fixed -- 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]
