Skip to content

Commit

Permalink
.yml debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ikowalec committed Mar 7, 2024
1 parent a153cbf commit 4c29471
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ jobs:
# Build the documentation dynamically from docstrings in the code
- name: Build Sphinx API documentation
run: |
echo $(ls .)
echo $(ls ..)
echo $(ls ../..)
sphinx-apidoc -o carmm/docs/source . -d 5
sphinx-apidoc -o carmm/docs/source ../examples -d 5
# Build a website based on the retrieved docstrings
- name: Build Sphinx HTML
Expand Down

0 comments on commit 4c29471

Please sign in to comment.