Skip to content

Commit

Permalink
Tweak deploy.sh to sort the files in registry.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mnerv committed Oct 29, 2023
1 parent bc6eedc commit a1515bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ printf "" > $index_registry
find ./analysb | grep .tex >> $index_registry
echo ./calcmem.tex >> $index_registry

printf "$(cat $index_registry)\n" | sort > $index_registry

# Compile
printf "Compiling pdfs to $pdflatex_directory\n"
count=$(cat $index_registry | wc -l)
Expand Down

0 comments on commit a1515bf

Please sign in to comment.