Skip to content

Commit f663011

Browse files
authored
Merge branch 'build_tools' into build_tools_ruff
2 parents 356394a + 5c990c3 commit f663011

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
@@ -253,7 +253,7 @@ docs-serve: $(PYBIN) FORCE ## docs: serve docs in browser
253253
docs-site: $(PYBIN) FORCE ## docs: render quarto site
254254
$(MAKE) docs-quartodoc
255255
@echo "-------- Previewing docs in browser --------"
256-
@cd docs && make serve
256+
@cd docs && make site
257257

258258
docs-quartodoc: $(PYBIN) FORCE ## docs: build quartodoc docs
259259
$(MAKE) install-docs

0 commit comments

Comments
 (0)