diff --git a/.github/workflows/test-docs.yml b/.github/workflows/test-docs.yml
index 299ded3..d5f5052 100644
--- a/.github/workflows/test-docs.yml
+++ b/.github/workflows/test-docs.yml
@@ -32,6 +32,6 @@ jobs:
               run: |
                   pip install -r requirements/check-types.txt
                   pip install -r requirements/check-style.txt
-                  mypy --show-error-codes examples/python/
-                  black examples/python/ --check
-                  ruff check examples/python/
+                  mypy --show-error-codes docs/examples/python/
+                  black docs/examples/python/ --check
+                  ruff check docs/examples/python/