Skip to content

Commit

Permalink
Add automatic creation of the airport HTML table to the workflow #242
Browse files Browse the repository at this point in the history
  • Loading branch information
krlawrence committed Jul 10, 2022
1 parent 1f007cd commit 1f279dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions make-route-graph/scripts/routegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ echo " air-routes-small-latest-visjs.html"
$mrg vis > air-routes-small-latest-visjs.html
echo " air-routes-latest-visjs.html"
$mrg vis -big > air-routes-latest-visjs.html
echo "*** Generating airport HTML table"
echo " airports-latest.html"
$mrg html -big > airports-latest.html
echo "*** Generating airport degree list"
if [ "x$1" == "xmac" ]; then
./make-degree-list.sh mac
Expand Down

0 comments on commit 1f279dc

Please sign in to comment.