make sure docs is in main docs folder for gh pages
This commit is contained in:
parent
d673495177
commit
abff48ac5d
2
Makefile
2
Makefile
@ -3,5 +3,7 @@ test:
|
||||
docs:
|
||||
rm -rf docs
|
||||
pdoc3 --html --html-dir docs deadsimplekv
|
||||
cd docs/deadsimplekv; \
|
||||
mv * ../
|
||||
.PHONY: docs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user