There was an error while loading. Please reload this page.
Welcome to the compilerprogramming.github.io wiki!
cd site make html
This builds the site into site/build/html.
site/build/html
git checkout main cd to project root cp site/build/html/*.html . cp site/build/html/*.js . cp -r site/build/html/_sources/* _sources/ cp -r site/build/html/_static/* _static/
Note that we do not commit the site folder in main, as everything in main is just for web publishing.