Skip to content

Commit

Permalink
Update entrypoint script to use sema-subyt command instead of pysubyt
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricdcc committed Nov 20, 2024
1 parent bcfe032 commit fae4b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit fae4b84

Please sign in to comment.