Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 110 Bytes

deploy.md

File metadata and controls

11 lines (9 loc) · 110 Bytes

Deploying this book

run:

git pull 
gitbook build
git add . 
git commit -am "changes"
git push