#!/bin/bash

. parse-args "$@"

mkdocs gh-deploy --remote-branch docs --force

