From abff48ac5d4fa5a158b9a5073c2fd953fb8c56e2 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Fri, 1 Mar 2019 10:54:43 -0600 Subject: [PATCH] make sure docs is in main docs folder for gh pages --- Makefile | 2 ++ docs/{deadsimplekv => }/index.html | 0 2 files changed, 2 insertions(+) rename docs/{deadsimplekv => }/index.html (100%) diff --git a/Makefile b/Makefile index ebf89d3..2a74084 100644 --- a/Makefile +++ b/Makefile @@ -3,5 +3,7 @@ test: docs: rm -rf docs pdoc3 --html --html-dir docs deadsimplekv + cd docs/deadsimplekv; \ + mv * ../ .PHONY: docs diff --git a/docs/deadsimplekv/index.html b/docs/index.html similarity index 100% rename from docs/deadsimplekv/index.html rename to docs/index.html