hey, I'm working on continuous deployment for Dubbo, and want to create a jenkins job for building & deploying dubbo-website for each commit.
I think currently we are using some manual process, my understanding is 1. commit doc change to asf-site branch 2. someone will run `docsite build` to generate website and push to asf-site branch 3. upload new website to somewhere? (a static web server maybe?) My question is 1. for step 1 and step 2, should we keep source for website and generated files for website in two different branch 2. where do we host static files? in apache server?
