Skip to content

Commit 5c990c3

Browse files
committed
typo
1 parent b485ea3 commit 5c990c3

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

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

0 commit comments

Comments
 (0)