Commit e86ed5e2 authored by Sam Saccone's avatar Sam Saccone

[build] Switch to using . to extract all contents.

parent 74418d18
......@@ -15,7 +15,7 @@ then
git submodule add -b gh-pages https://${GH_OAUTH_TOKEN}@github.com/${GH_OWNER}/${GH_PROJECT_NAME} site > /dev/null 2>&1
cd site
git rm -r .
cp -R ../dist/ .
cp -R ../dist/. .
git add -f .
git config user.email 'travis@rdrei.net'
git config user.name 'TasteBot'
......
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