Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ddd #2

Merged
merged 19 commits into from
Jul 26, 2017
Prev Previous commit
Next Next commit
test twbs#102
  • Loading branch information
scjang committed Jul 25, 2017
commit d406541e4a079b18bcad0300eef2f5f0f9ace198
5 changes: 3 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ git checkout -B gh-pages || exit 1
echo "Remove"
ls
echo ""
#find ./ ! -name $DIST_DIRECTORY -exec rm -rf {} \;
find ./ -name _gh_pages -type f -ls
find ./ ! -name _gh_pages -exec rm -rf {} \;
echo ""
ls

echo "Pushing new content to $ORIGIN_URL"
git add -A . || exit 1
Expand Down