MultiMarkdown-6/configure-gh-pages

12 lines
97 B
Bash
Executable File

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