Skip to content

Commit 632153d

Browse files
Nemo157cramertj
authored andcommitted
Fix doc publish job
1 parent b474caa commit 632153d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ matrix:
9292
\ <span>'"$TRAVIS_TAG"'</span>\
9393
\ </a>\
9494
' index.html
95-
- git add "docs/$TRAVIS_TAG" index.html
95+
- git add "$TRAVIS_TAG" index.html
9696
- git commit -m "Add API docs for $TRAVIS_TAG"
9797
- git push origin master
9898

0 commit comments

Comments
 (0)