Fix docs not building and serving correctly issue

This commit is contained in:
JeremyStar™ 2023-07-09 07:18:58 +02:00
parent 3ca3a4e9e3
commit 83d125b88f

View file

@ -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