docs: fix sed command to remove logo

master
Evgeny Poberezkin 2017-04-09 17:59:35 +01:00
parent 291fb92b32
commit 4fa0beb32a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" && $TRAV
cd ../gh-pages
$currentDir/node_modules/.bin/gh-pages-generator
# remove logo from README
sed -i "" -E "s/<img[^>]+ajv_logo[^>]+>//" index.md
sed -i -E "s/<img[^>]+ajv_logo[^>]+>//" index.md
git config user.email "$GIT_USER_EMAIL"
git config user.name "$GIT_USER_NAME"
git add .