Deploying to Github Pages
As seen on the "Deploying your site" page, you simply have to press "Publish" in order to deploy your site to Github Pages.
Here's what will happen when you do:
- Your repository will be cloned into the buffer.
<installationPath>/resources/static/buffer
- The site will be built in the buffer.
- The site's "public" folder is copied to the buffer.
<installationPath>/resources/static/public/your-site-name
- Finally, there will be a "git commit" and "git push" to send the files to the repository.