diff --git a/publish_on_pages.sh b/publish_on_pages.sh index 5f2cc0235dffc8cb3cb130b3cc85a6fee102dd8e..c86153f8ad2cb6a96d78a1f264fd63330f9c72b2 100644 --- a/publish_on_pages.sh +++ b/publish_on_pages.sh @@ -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 ------"