make sure docs is in main docs folder for gh pages

This commit is contained in:
Kevin Froman 2019-03-01 10:54:43 -06:00
parent d673495177
commit abff48ac5d
2 changed files with 2 additions and 0 deletions

View File

@ -3,5 +3,7 @@ test:
docs:
rm -rf docs
pdoc3 --html --html-dir docs deadsimplekv
cd docs/deadsimplekv; \
mv * ../
.PHONY: docs