chore: missing embedmd version
This commit is contained in:
parent
21c5c321c8
commit
67e5c5c9a3
2
Makefile
2
Makefile
|
@ -63,7 +63,7 @@ vet:
|
||||||
|
|
||||||
embedmd:
|
embedmd:
|
||||||
@hash embedmd > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
|
@hash embedmd > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
|
||||||
$(GO) install github.com/campoy/embedmd; \
|
$(GO) install github.com/campoy/embedmd@v2.0.0; \
|
||||||
fi
|
fi
|
||||||
embedmd -d *.md
|
embedmd -d *.md
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue