From b21392315bdee02f89cb182dfa9b6960bab36395 Mon Sep 17 00:00:00 2001 From: Rea Rustagi <85902999+rustagir@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:02:23 -0400 Subject: [PATCH] typo in copy action --- .github/workflows/copy-compat-to-docs-shared.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copy-compat-to-docs-shared.yml b/.github/workflows/copy-compat-to-docs-shared.yml index f02042d4..3522a805 100644 --- a/.github/workflows/copy-compat-to-docs-shared.yml +++ b/.github/workflows/copy-compat-to-docs-shared.yml @@ -6,7 +6,7 @@ on: branches: - "master" paths: - - "source/includes/mongodb-compatibility-table-css.rst" + - "source/includes/mongodb-compatibility-table-cxx.rst" - "source/includes/language-compatibility-table-cxx.rst" jobs: