Skip to content

Commit

Permalink
Fix to circle
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeilepp committed Mar 25, 2016
1 parent b165423 commit c5c161a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ deployment:
production:
branch: master
commands:
- cd doc/_build/html && cp -rf * ~/mne-tools.github.io/dev
- git config --global user.email "[email protected]"
- git config --global user.name "Circle Ci"
- cd ../mne-tools.github.io && git checkout master && git pull origin master && git add -A && git commit -m 'Automated update of dev docs.' && git push origin master
- cd ../mne-tools.github.io && git checkout master && git pull origin master
- cd doc/_build/html && cp -rf * ~/mne-tools.github.io/dev
- cd ../mne-tools.github.io && git add -A && git commit -m 'Automated update of dev docs.' && git push origin master

0 comments on commit c5c161a

Please sign in to comment.