From 019846a87a743d7f78119125a93652cbdeb33cfa Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Sun, 8 Oct 2023 23:05:00 +0200 Subject: [PATCH] deployment-script: Only include chapters in the ToC --- deployment-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "