We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70727d3 commit bf44379Copy full SHA for bf44379
Makefile
@@ -104,7 +104,15 @@ docker_push: docker_build
104
# push to registry
105
# docker tag <my-image> registry.digitalocean.com/<my-registry>/<my-image>
106
# docker push registry.digitalocean.com/<my-registry>/<my-image>
107
-
+
108
+quarto_preview_html:
109
+ # preview html
110
+ quarto preview data_version_control_presentation.qmd
111
112
+quarto_preview_pdf:
113
+ # preview pdf
114
+ quarto preview data_version_control_presentation.qmd --to pdf
115
116
117
# .PHONY tells make that these targets do not represent actual files
118
.PHONY: activate format clean lint test build run docker_build docker_run docker_push docker_clean docker_run_test
0 commit comments