Skip to content

Apollo-Protocol/apollo-protocol.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.