diff --git a/entrypoint.sh b/entrypoint.sh index 615260f..253ff6c 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -117,7 +117,7 @@ echo "removing the old output folder contents if they exist" rm -rf ./outputs/* #then run the pysubyt command echo "running the pysubyt commands" -python -m pysubyt -t ./templates/ \ +sema-subyt -t ./templates/ \ -s contact ../src/data/contacts.json \ -s main ../src/data/main_data.json \ -s publications ../src/data/publications.json \