diff options
| author | Shulhan <ms@kilabit.info> | 2022-09-05 20:21:47 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-09-05 20:21:47 +0700 |
| commit | f38aeaf416e75972be1654592c600d6c3b2cd461 (patch) | |
| tree | d6902d3d37f1be976afe1c2e562f2b1289839c12 | |
| parent | 7eea9af824bcaee304a11d0048bdeb84fca9e96e (diff) | |
| download | asciidoctor-go-f38aeaf416e75972be1654592c600d6c3b2cd461.tar.xz | |
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.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,4 +20,4 @@ test-parser: go test -v -run=Open . serve-doc: - ciigo serve . + ciigo serve _doc/ |
