> 2. where do we host static files? in apache server? We host the webpages as GitHub Pages, which serves the files(the asf-site branch files here) in GitHub repos as websites, it's a tool provided by GitHub
> 1. for step 1 and step 2, should we keep source for website and generated > files for website in two different branch because of 2, the generated files must be kept, and for easy mantainance(maybe?), we seperate the sources files and generated files in two branches 在 2019-05-27 11:01:50,"YunKun Huang" <[email protected]> 写道: 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?
