From d9b53ad63e6f1b6ffa12e1ccf3a0d6b6699ca564 Mon Sep 17 00:00:00 2001 From: Andrew Amason Date: Mon, 30 Dec 2024 16:09:57 -0500 Subject: [PATCH] test 2 --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 8f3a791..5bb13d7 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,7 +4,7 @@ services: server: image: cgr.dev/chainguard/hugo:latest command: > - sh -c hugo new site quickstart && + sh -c "hugo new site quickstart && cd quickstart && git init && git submodule add https://github.com/luizdepra/hugo-coder.git themes/hugo-coder &&