We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f452fe commit 7718da4Copy full SHA for 7718da4
docs/Makefile
@@ -83,11 +83,11 @@ quartodoc_post: $(PYBIN) FORCE
83
. $(PYBIN)/activate \
84
&& python _combine_objects_json.py
85
86
-site: FORCE ## Build website
+site: $(PYBIN) FORCE ## Build website
87
88
&& quarto render
89
90
-serve: FORCE ## Build website and serve
+serve: $(PYBIN) FORCE ## Build website and serve
91
92
&& quarto preview --port 8080
93
0 commit comments