Commit 5ea48eaa authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Typo for pages index entry removal

parent ea350cbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ elif [ $6 == 'false' ]; then
else
    echo 'Removing entry for ' $6
    rm -r -f public/$6
    docker run --rm -v $(pwd):/tmp -w /tmp "$DOCKER_IMAGE" pip install bs4 && python3 $1 -re "$7_$6" "$4/$7_$4.docx" "$5"
    docker run --rm -v $(pwd):/tmp -w /tmp "$DOCKER_IMAGE" pip install bs4 && python3 $1 -re "$7_$4" "$4/$7_$4.docx" "$5"
fi

echo "------ Zip the content and publish the zip again ------"