Skip to content

Commit 9893776

Browse files
fix: run with no root (#93)
* fix: run with no root * Update Makefile Co-authored-by: windsurf-bot[bot] <189301087+windsurf-bot[bot]@users.noreply.github.com> * chore: remove duplicate line --------- Co-authored-by: windsurf-bot[bot] <189301087+windsurf-bot[bot]@users.noreply.github.com>
1 parent 3f8c81f commit 9893776

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ poetry-install:
66
poetry install
77

88
.PHONY: build
9-
build: poetry-install
9+
build:
10+
poetry install --no-root
1011
poetry run mkdocs build
1112

1213
.PHONY: serve

0 commit comments

Comments
 (0)