From 71f18f68dd4a48018e40a0ed80ea8c71d66b36c7 Mon Sep 17 00:00:00 2001 From: carriewright11 Date: Wed, 6 Nov 2024 17:19:14 -0500 Subject: [PATCH] adding a dot to test out a more robust solution although seems ok if we over-trigger the render with files with md in the name --- .github/workflows/render-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/render-all.yml b/.github/workflows/render-all.yml index a311de6..cdc1171 100644 --- a/.github/workflows/render-all.yml +++ b/.github/workflows/render-all.yml @@ -8,7 +8,7 @@ on: push: branches: [ main, staging ] paths: - - '**md' + - '**.md' - assets/* - quizzes/*