From 932165e5f9ec345847fff5d7152dde3d389541e5 Mon Sep 17 00:00:00 2001 From: ghadialhajj Date: Thu, 7 Dec 2023 15:25:10 +0100 Subject: [PATCH] pwd --- .github/workflows/sphinx.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 9363225..43e69b9 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -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 @@ -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