From 74c800ca6a19793ec16c29e6d73577e07c80638b Mon Sep 17 00:00:00 2001 From: Chris Rybicki Date: Mon, 15 Jul 2024 17:05:18 -0400 Subject: [PATCH] change cache inputs --- docs/turbo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/turbo.json b/docs/turbo.json index 69aaab09a05..249f3ed7ddc 100644 --- a/docs/turbo.json +++ b/docs/turbo.json @@ -4,11 +4,11 @@ "pipeline": { "compile": { "inputs": [ - "docs/**/*.md" + "**/*.md" ], "outputs": [ "../examples/tests/doc_examples/**/*.w" ] } } -} \ No newline at end of file +}