gh-pages-generator

master
Evgeny Poberezkin 2016-04-16 14:12:33 +01:00
parent bc8d9a9d3f
commit ff4e2a6e85
2 changed files with 2 additions and 1 deletions

View File

@ -61,6 +61,7 @@
"coveralls": "^2.11.4",
"dot": "^1.0.3",
"eslint": "^2.5.1",
"gh-pages-generator": "^0.1.0",
"glob": "^7.0.0",
"istanbul": "^0.4.2",
"js-beautify": "^1.5.6",

View File

@ -10,7 +10,7 @@ if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" && $TRAV
cp *.md ../gh-pages/_source
cp LICENSE ../gh-pages/_source
cd ../gh-pages
./generate
./node_modules/.bin/gh-pages-generator
git config user.email "e.poberezkin@me.com"
git config user.name "Evgeny Poberezkin"
git add .