From 518f704c0841e9c53e227f51217b8b7476088cf8 Mon Sep 17 00:00:00 2001 From: Anshuman Suri Date: Sun, 31 Dec 2023 11:00:12 -0500 Subject: [PATCH] Debugging --- .github/workflows/generate_documentation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/generate_documentation.yml b/.github/workflows/generate_documentation.yml index ed3530b..586b69f 100644 --- a/.github/workflows/generate_documentation.yml +++ b/.github/workflows/generate_documentation.yml @@ -20,6 +20,9 @@ jobs: - name: Install pdoc run: pip install pdoc3 # Install pdoc or pdoc3 + + - name: List directory structure + run: ls -lR - name: Generate Documentation run: |