Skip to content

Commit

Permalink
debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alleria1809 committed Jun 30, 2024
1 parent ffeb73e commit a865b1d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ jobs:
echo "Listing detailed contents of build directory:"
find ./docs/build/ -type f
- name: Test module import
run: |
poetry run python -c "import lightrag; print('Lightrag module loaded from:', lightrag.__file__)"
- name: Print effective Sphinx conf
run: |
poetry run python -c "from sphinx.config import Config; config = Config.read('./docs/source/conf.py'); print(config.values)"
- name: Check API documentation files
run: |
echo "Checking API documentation directory for components:"
Expand Down

0 comments on commit a865b1d

Please sign in to comment.