lhotari opened a new pull request #10804: URL: https://github.com/apache/pulsar/pull/10804
### Motivation The website build is currently broken and there's a need to debug the issues locally in order to fix the problems. With the PR changes, it's possible to build the site with these commands locally: ``` mvn -B -ntp clean install -DskipTests -DskipSourceReleaseAssembly=true -Dspotbugs.skip=true -Dlicense.skip=true mvn -B -ntp -pl pulsar-broker install -DskipTests -Pswagger mkdir -p site2/website/static/swagger/master cp pulsar-broker/target/docs/swagger*.json site2/website/static/swagger/master site2/tools/docker-build-site.sh ``` ### Modifications Support building site without `CROWDIN_DOCUSAURUS_API_KEY` - build the English language site when key isn't set -- 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. For queries about this service, please contact Infrastructure at: [email protected]
