Skip to content

Commit 7718da4

Browse files
committed
Update Makefile
1 parent 0f452fe commit 7718da4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ quartodoc_post: $(PYBIN) FORCE
8383
. $(PYBIN)/activate \
8484
&& python _combine_objects_json.py
8585

86-
site: FORCE ## Build website
86+
site: $(PYBIN) FORCE ## Build website
8787
. $(PYBIN)/activate \
8888
&& quarto render
8989

90-
serve: FORCE ## Build website and serve
90+
serve: $(PYBIN) FORCE ## Build website and serve
9191
. $(PYBIN)/activate \
9292
&& quarto preview --port 8080
9393

0 commit comments

Comments
 (0)