diff --git a/scripts/deploy-ebook-to-www b/scripts/deploy-ebook-to-www index aa34c646..fa9f6d24 100755 --- a/scripts/deploy-ebook-to-www +++ b/scripts/deploy-ebook-to-www @@ -164,3 +164,14 @@ bash -c "php /standardebooks.org/scripts/generate-opds.php > /standardebooks.org if [ "${verbose}" = "true" ]; then printf "Done.\n" fi + +# Build the new releases RSS feed +if [ "${verbose}" = "true" ]; then + printf "Rebuilding new releases RSS feed ... " +fi + +bash -c "php /standardebooks.org/scripts/generate-rss.php > /standardebooks.org/www/rss/new-releases.xml" + +if [ "${verbose}" = "true" ]; then + printf "Done.\n" +fi