Commit 6394e6f3 authored by Sam Saccone's avatar Sam Saccone

Force branch point creation.

-B is what we want here :)
parent 1384bb26
......@@ -14,7 +14,7 @@ then
npm run gulp
git submodule add -b gh-pages https://${GH_OAUTH_TOKEN}@github.com/${GH_OWNER}/${GH_PROJECT_NAME} site > /dev/null 2>&1
cd site
if git checkout gh-pages; then git checkout -b gh-pages; fi
git checkout -B gh-pages
git rm -r .
cp -R ../dist/* .
cp ../dist/.* .
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment