Skip to content

Commit 30f5aa4

Browse files
committed
ci: fix exclude path format pymarkdownlnt
Signed-off-by: Anne Chew <anne.chew@canonical.com>
1 parent 4011ab5 commit 30f5aa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ pa11y: pa11y-install html
110110
find $(BUILDDIR) -name *.html -print0 | xargs -n 1 -0 $(PA11Y)
111111

112112
lint-md: pymarkdownlnt-install
113-
@. $(VENV); pymarkdownlnt --config $(SPHINXDIR)/.pymarkdown.json scan --recurse --exclude=./$(SPHINXDIR)/** $(SOURCEDIR)
113+
@. $(VENV); pymarkdownlnt --config $(SPHINXDIR)/.pymarkdown.json scan --recurse --exclude=$(SPHINXDIR) $(SOURCEDIR)
114114

115115
vale-install: install
116116
@. $(VENV); test -f $(VALE_CONFIG) || python3 $(SPHINXDIR)/get_vale_conf.py

0 commit comments

Comments
 (0)