Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 246 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 246 Bytes

README

Build and deploy

Build

cd robotics_software_interaction
jupyter-book build --all .

Then commit and push your changes

git commit -a -m "Blabla"
git push

Deploy with:

ghp-import -n -p -f _build/html