diff --git a/scripts/include_archive_site.sh b/scripts/include_archive_site.sh index 3c9708b332..012c6a8c8f 100755 --- a/scripts/include_archive_site.sh +++ b/scripts/include_archive_site.sh @@ -22,7 +22,5 @@ cp -r ./archive/* ./public/ mkdir ./public/latest cp -r "${TMP}"/* ./public/latest/ -#copy home page -cp "${TMP}"/index.html ./public/ - -mv "${TMP}"/_redirects ./public/ \ No newline at end of file +#copy top level pages, such as landing page, redirects, headers, robots.txt, etc +find "${TMP}" -maxdepth 1 -type f -exec cp -t ./public/ {} + \ No newline at end of file