Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
fix(gh-pages): plato report
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-r4bbit committed Jul 23, 2013
1 parent 5308b2b commit b85e19b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/html/nav.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<ul class="nav pull-right">
<li>
<a href="/plato"><i class="icon-signal"></i> Plato report</a>
</li>
<li>
<a href="http://github.com/PascalPrecht/angular-translate">
<i class="icon-github-sign"></i> angular-translate on Github
Expand Down
4 changes: 3 additions & 1 deletion update-docs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ if git status --porcelain 2>/dev/null | grep -q .; then
exit 1
fi

grunt ngdocs
grunt docs
plato -d plato src/**/*.js
mv plato site
git checkout gh-pages
cp -rf site/* .
rm -rf site
Expand Down

0 comments on commit b85e19b

Please sign in to comment.