From 64b720baf222a393cfb71352967e5fd0e6c532fd Mon Sep 17 00:00:00 2001 From: lwjohnst86 Date: Mon, 8 Jan 2024 15:42:41 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'justfile'=20wi?= =?UTF-8?q?th=20remote=20'common/justfile/web'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 0340bd99..b9a54afc 100644 --- a/justfile +++ b/justfile @@ -7,4 +7,4 @@ generate-puml: # Build the website using Quarto build-website: - quarto render + docker run --rm -v $(pwd):/site -w /site ghcr.io/quarto-dev/quarto:latest quarto render