diff --git a/deployment-script.sh b/deployment-script.sh index 8b4a76b..4fd7772 100755 --- a/deployment-script.sh +++ b/deployment-script.sh @@ -2,7 +2,7 @@ cp html_resources/index_template.html index.html function genlinks { - for FILE in $(find . -maxdepth 1 -type f -name "*.html"); do + for FILE in $(find . -maxdepth 1 -type f -name "*-*.html"); do echo -ne "
  • \n" grep -oe ".*" $FILE | sed -e 's/ / /;s| ||' echo "
  • "