Skip to content

Commit

Permalink
Fixed Ascoltatori name in doc publishing script.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Feb 19, 2014
1 parent fffdd32 commit 369b369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -e
rm -rf docs
./node_modules/.bin/dox-foundation --source lib --target docs --title Mosca
git stash
./node_modules/.bin/dox-foundation --source lib --target docs --title Ascoltatori
git stash
rm -rf /tmp/mosca-docs
cp -R docs /tmp/mosca-docs
git checkout gh-pages
Expand Down

0 comments on commit 369b369

Please sign in to comment.