Skip to content

Commit

Permalink
Run make in the gh-pages directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Oct 10, 2014
1 parent 3e7d4be commit adf82fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis/publish-spec.sh
Expand Up @@ -23,6 +23,8 @@ if [ "$TRAVIS_REPO_SLUG" == "$GIT_PUB_REPO" ]; then
mkdir -p ./langspec/${TRAVIS_BRANCH}/${TIP}
cp -Rf $HOME/langspec/* ./langspec/${TRAVIS_BRANCH}/${TIP}

make

git add -f .
git commit -m "Successful travis build $TRAVIS_BUILD_NUMBER"
git push -fq origin gh-pages > /dev/null
Expand Down

0 comments on commit adf82fa

Please sign in to comment.