Browse Source

update deploy docs

pull/5/head
Eugenio Parodi 5 years ago
parent
commit
8b526454fe
  1. 3
      Makefile

3
Makefile

@ -28,7 +28,8 @@ build: .venv
deployDoc:
git checkout gh-pages
cp -a docs/html/TermTk/*
find index.html TTk* libbpytop -name "*.html" | rm -rf
cp -a docs/html/TermTk/* .
find index.html TTk* libbpytop -name "*.html" | xargs git add
git commit -m "Doc Updated"
git push origin gh-pages

Loading…
Cancel
Save