mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Rebuild new releases RSS feed when deploying ebook to www
This commit is contained in:
parent
91ecf23203
commit
779d0911bd
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue