From f38aeaf416e75972be1654592c600d6c3b2cd461 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 5 Sep 2022 20:21:47 +0700 Subject: all: update the path on serve-doc task Since the all documentation files has been moved to _doc, the serve-doc task should watch and serve directory _doc too. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 69792b0..1475a97 100644 --- a/Makefile +++ b/Makefile @@ -20,4 +20,4 @@ test-parser: go test -v -run=Open . serve-doc: - ciigo serve . + ciigo serve _doc/ -- cgit v1.3