Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 794 Bytes

File metadata and controls

10 lines (7 loc) · 794 Bytes

Apollo Protocol Logo Apollo Protocol Logo

This repository powers the website delivered at https://apollo-protocol.org. It uses pug as a templating language, which is built out using npm run build. This produces a dist folder with the static HTML/CSS.

The repo is configured to serve the gh-pages branch as GitHub Pages. The domain apollo-protocol is pointed at the GitHub servers.

An action (.github/workflows/build-and-deploy.yml) is defined that automatically builds the repo and then pushes the results onto the gh-pages branch.