publish_gh_page.sh 362 B

1234567891011
  1. # Commit and push changes
  2. git status
  3. git add *
  4. git commit -m "Pushed auto-generated class documentation and demo for $TRAVIS_TAG"
  5. git tag -a $TRAVIS_TAG -m "Class documentation and demo for $TRAVIS_TAG"
  6. git push origin master --follow-tags
  7. echo "Deployed class documentation and demo for $TRAVIS_TAG successfully."
  8. cd ..
  9. rm -rf opensheetmusicdisplay.github.io