Skip to content

Commit

Permalink
pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
ghadialhajj committed Dec 7, 2023
1 parent e3ea510 commit 932165e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Build Documentation
run: |
cd docs
pwd
make html
ls -la build/html # Add this line to list the files in the build directory
Expand All @@ -42,6 +43,7 @@ jobs:

- name: List Files in Publish Directory
run: |
pwd
ls -R
ls -la build/html # Add this line to list the files in the publish directory
Expand Down

0 comments on commit 932165e

Please sign in to comment.