Skip to content

Commit

Permalink
rsync docs to local npm-www folder
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Feb 26, 2014
1 parent 94c4660 commit a320fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ doc-publish: doc
done
rsync -vazu --stats --no-implied-dirs --delete \
html/doc/* \
[email protected]:/home/node/npm-www/doc
../npm-www/doc
rsync -vazu --stats --no-implied-dirs --delete \
html/static/style.css \
[email protected]:/home/node/npm-www/static/
../npm-www/static/
#cleanup
rm -rf html/api
for f in html/doc/*.html; do \
Expand Down

0 comments on commit a320fe8

Please sign in to comment.