Fix docs not building and serving correctly issue
This commit is contained in:
parent
3ca3a4e9e3
commit
83d125b88f
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/make
|
#!/bin/make
|
||||||
CORE=$(shell pwd)
|
CORE=$(shell pwd)
|
||||||
DOCSCONF=$(COREDIR)/mkdocs.yml
|
DOCSCONF=$(CORE)/mkdocs.yml
|
||||||
DOCSOUT=$(COREDIR)/docs_out
|
DOCSOUT=$(CORE)/docs_out
|
||||||
TESTPROJECT=/tmp/core_devproject
|
TESTPROJECT=/tmp/core_devproject
|
||||||
|
|
||||||
dist: help
|
dist: help
|
||||||
|
|
Loading…
Reference in a new issue