Skip to content

Commit e1218a9

Browse files
committed
Fixing Netlify builds
1 parent 0503318 commit e1218a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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)