Fix mkdocs call

This commit is contained in:
cyqsimon 2023-11-17 10:39:13 +08:00
parent e724aace49
commit 0928d99813
No known key found for this signature in database
GPG Key ID: 1D8CE2F297390D65
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ docs-venv: .PHONY
$(PYTHON) -m venv ./venv
docs-build: docs-venv
(. venv/bin/activate && $(PYTHON) mkdocs build)
(. venv/bin/activate && $(PYTHON) -m mkdocs build)
docs-deps: docs-venv
(. venv/bin/activate && $(PIP) install -r requirements.txt)