From 8b526454fe4a83498008632043bb0c99f28cc906 Mon Sep 17 00:00:00 2001 From: Eugenio Parodi Date: Mon, 8 Mar 2021 21:07:42 +0000 Subject: [PATCH] update deploy docs --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea468e24..c6b55ac6 100644 --- a/Makefile +++ b/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