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: |