diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index 68c1865..0461348 100644 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -32,7 +32,7 @@ jobs: - name: Move the PDF figures run: | - topologies="E1 E2 E3 E4 E5 E6 E7 E8 E9 E10 E11 E12 E15 E16i E17 E18" + topologies="E1 E2 E3 E4 E5 E6 E7 E8 E9 E10 E11 E12 E13 E14 E15 E16i E17 E18" for topology in $topologies; do mv "${topology}.pdf" "${topology}/${topology}.pdf" done