Fix broken Travis yaml

This commit is contained in:
Josh Stewart 2019-04-09 20:16:05 +10:00
parent 8688af4b5b
commit b3b0517a66
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ script:
- cp -r speeduino/reference/doxygen/html/* speeduino-doxygen
- cd speeduino-doxygen
- git add --all
- git commit -m "Deploy code docs to GitHub Pages Travis build: ${TRAVIS_BUILD_NUMBER}" -m "Commit: ${TRAVIS_COMMIT}"
- git commit -m "Deploy code docs to GitHub Pages. Travis build ${TRAVIS_BUILD_NUMBER}" -m "Commit ${TRAVIS_COMMIT}"
- git push --force "https://${GH_DOXYGEN}@github.com/speeduino/speeduino-doxygen" > /dev/null 2>&1
notifications: