diff --git a/deployment-script.sh b/deployment-script.sh index 4fd7772..042ae97 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" | sort); do echo -ne "
Below, in the table of contents, you find links to all the chapters. There is also a collection of notes that, while not - particularly well maintained, might be interesting (in case you missed + particularly well-maintained, might be interesting (in case you missed the link: here).
Table of Contents: