MultiMarkdown-6/configure-gh-pages

12 lines
111 B
Bash
Executable File

#!/bin/sh
mkdir documentation
cd documentation
git clone .. .
git checkout --orphan gh-pages
git rm -rf .