Skip to content

Commit

Permalink
🔧 copy readme in travis job
Browse files Browse the repository at this point in the history
  • Loading branch information
HoverBaum committed Aug 15, 2016
1 parent 28dfbd5 commit 812690c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ script:
- git clone --depth 1 --branch master --single-branch $DEPLOY_REPO . # get the master branch
- rm -rf ./*
- cp -r ../public/* . # copy generated site over
- cp ../README.md README.md # also copy readme so repo isn't so empty
- git add -A . # add all the things
- git commit -m 'Site updated'
- git branch -m master
Expand Down

0 comments on commit 812690c

Please sign in to comment.