Commit 19c452f1 authored by Marco Cavalli's avatar Marco Cavalli
Browse files

fix: reorder extra outputs in publication script for consistency

parent 92b9b75c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ docker run --rm \
  --frm html \
  --to docx \
  --folder "$FOLDER_NAME" \
  --extra-outputs epub,pdf
  --extra-outputs pdf,epub

OUTPUT_DIR="GENERATED_FILES/$FOLDER_NAME/docx"
if [[ ! -d "$OUTPUT_DIR" ]]; then