diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 50c564e..9363225 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -42,6 +42,7 @@ jobs: - name: List Files in Publish Directory run: | + ls -R ls -la build/html # Add this line to list the files in the publish directory - name: Deploy to GitHub Pages