Loading publish_on_pages.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 ------" Loading Loading
publish_on_pages.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 ------" Loading