From 012eb2ef3d09d1b9f505bb701d4a38bea9355e20 Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Sat, 25 Oct 2025 07:16:50 +1100 Subject: [PATCH] Fix typo in Documentation.yml file path --- .github/workflows/Documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 7869ec7..d638bf4 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -6,13 +6,13 @@ on: - main tags: "*" paths: - - ".github/workflows/Documention.yml" + - ".github/workflows/Documentation.yml" - "docs/**" - "src/**" - "Project.toml" pull_request: paths: - - ".github/workflows/Documention.yml" + - ".github/workflows/Documentation.yml" - "docs/**" - "src/**" - "Project.toml"