#!/bin/bash
# Get the current git revision short name.
rev=
# Assume the docs are already built...
# Create a new clone of the git repository here.
# TODO: Deploy as a deployer, or others?
# Create a remote to the GitHub repository.
# Fetch, and checkout to the GitHub Pages branch.
 && 
# Commit the new build.
# Push the new build.