CSIT-1136: Trending: Redirect "new" to the index.html
[csit.git] / resources / tools / presentation / run_cpta.sh
index 954f17d..b6bd96f 100755 (executable)
@@ -30,5 +30,7 @@ STATUS=$(python pal.py \
     --force)
 RETURN_STATUS=$?
 
+cp -r new _build/
+
 echo ${STATUS}
 exit ${RETURN_STATUS}