Skip to content

Commit

Permalink
Move into public immediately
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Jul 16, 2016
1 parent cef43b4 commit a45c905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ after_success:
- if [[ $TRAVIS_BRANCH == 'gh-pages-hugo' && $TRAVIS_PULL_REQUEST == 'false' ]]; then
rev=$(git rev-parse --short HEAD);

cd public;

git init;
git config user.name "Sean T. Allen";
git config user.email "sean@monkeysnatchbanana.com";
git remote add upstream "https://$GH_TOKEN@github.com/ponylang/ponylang.github.io";
git fetch upstream;
git reset upstream/master;

cd public;

touch .;

git add -A .;
Expand Down

0 comments on commit a45c905

Please sign in to comment.