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
|
||||
CORE=$(shell pwd)
|
||||
DOCSCONF=$(COREDIR)/mkdocs.yml
|
||||
DOCSOUT=$(COREDIR)/docs_out
|
||||
DOCSCONF=$(CORE)/mkdocs.yml
|
||||
DOCSOUT=$(CORE)/docs_out
|
||||
TESTPROJECT=/tmp/core_devproject
|
||||
|
||||
dist: help
|
||||
|
|
Loading…
Reference in a new issue