diff --git a/script/gh-pages b/script/gh-pages index 9379472d..012a4f51 100755 --- a/script/gh-pages +++ b/script/gh-pages @@ -3,7 +3,7 @@ echo 'Deploying docs...' git checkout gh-pages -bower install +bower update formbuilder rm -rf bower_components/font-awesome/src/ git add . git commit -am 'Deploying docs'