Skip to content

Commit

Permalink
build: Use python -m to invoke pip when building docs (argoproj#9258)
Browse files Browse the repository at this point in the history
Signed-off-by: juchao <juchao@coscene.io>
  • Loading branch information
terrytangyuan authored and juchaosong committed Nov 3, 2022
1 parent 2a37629 commit 614890b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ docs-lint: /usr/local/bin/markdownlint
markdownlint docs --fix --ignore docs/fields.md --ignore docs/executor_swagger.md --ignore docs/cli --ignore docs/walk-through/the-structure-of-workflow-specs.md

/usr/local/bin/mkdocs:
pip install mkdocs==1.2.4 mkdocs_material==8.1.9 mkdocs-spellcheck==0.2.1
python -m pip install mkdocs==1.2.4 mkdocs_material==8.1.9 mkdocs-spellcheck==0.2.1

.PHONY: docs
docs: /usr/local/bin/mkdocs \
Expand Down

0 comments on commit 614890b

Please sign in to comment.