zregvart commented on pull request #537: URL: https://github.com/apache/camel-website/pull/537#issuecomment-778079028
I don't fully understand the need for this, we have one website we publish (camel.apache.org), and UI is built in the process of building that website. Is there another website that uses the same UI? If so I think this needs to be discussed on the dev mailing list first. If this is for development, the build of the UI takes a couple of seconds and you can point to it on the filesystem. To speed up working on a component of the website I usually use a customized Antora playbook file containing only the scm configuration for that component. Then the workflow is quite easy and quick: `(cd antora-ui-camel; yarn build) && yarn build:antora`. What we do not want is to have a release that's not under ASL published from a ASF repository, the UI is licensed under MPL 2.0. ---------------------------------------------------------------- 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: us...@infra.apache.org