From c5e8cea5864f067ea61d3b59b2fd6eb4c9c099d2 Mon Sep 17 00:00:00 2001 From: Chris Simon Date: Thu, 28 Nov 2024 19:02:29 +1100 Subject: [PATCH] docs: fix path filture on github actions --- .github/workflows/contextive-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contextive-docs.yml b/.github/workflows/contextive-docs.yml index 14c683f..2ee1d47 100644 --- a/.github/workflows/contextive-docs.yml +++ b/.github/workflows/contextive-docs.yml @@ -2,7 +2,7 @@ name: Contextive Docs on: push: paths: - - 'docs/web' + - 'docs/web/**' - '.github/workflows/contextive-docs.yml'