The deploy script used the `cp` command so sync the generated files with the ones in SVN. That left all deleted files in the SVN, and some still were shown in the site. This changes the script to use rsync so all files that are no longer generated by Jekyll are also removed from SVN.
/cc @everett-toews You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-site/pull/157 -- Commit Summary -- * Fixed the deploy-site script -- File Changes -- M deploy-site.sh (18) M reference/providers.md (2) -- Patch Links -- https://github.com/jclouds/jclouds-site/pull/157.patch https://github.com/jclouds/jclouds-site/pull/157.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/157
