Commit 9b9ed178 authored by Sam Saccone's avatar Sam Saccone

[build] drop * during cp to bring over dot files

parent dbfde973
......@@ -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