We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b474caa commit 632153dCopy full SHA for 632153d
.travis.yml
@@ -92,7 +92,7 @@ matrix:
92
\ <span>'"$TRAVIS_TAG"'</span>\
93
\ </a>\
94
' index.html
95
- - git add "docs/$TRAVIS_TAG" index.html
+ - git add "$TRAVIS_TAG" index.html
96
- git commit -m "Add API docs for $TRAVIS_TAG"
97
- git push origin master
98
0 commit comments