Skip to content

Commit

Permalink
Fix jsdoc's build in after_deploy (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
Morley Zhi committed Jul 12, 2019
1 parent c85c9b7 commit fe128f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion after_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ ! -d "jsdoc" ]; then
exit 1
fi

jsdoc -c .jsdoc.json --verbose
npm run docs
cd jsdoc
git add .
git commit -m $TRAVIS_TAG
Expand Down

0 comments on commit fe128f8

Please sign in to comment.