Skip to content

Commit c1b1ff2

Browse files
robscottkfswain
authored andcommitted
Fixing Netlify builds (kubernetes-sigs#195)
1 parent 615a2ee commit c1b1ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ build-docs:
162162
.PHONY: build-docs-netlify
163163
build-docs-netlify:
164164
pip install -r hack/mkdocs/image/requirements.txt
165-
mkdocs build
165+
python -m mkdocs build
166166

167167
.PHONY: live-docs
168168
live-docs:

0 commit comments

Comments
 (0)