This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new a34b05e8e Add more document debugging.
a34b05e8e is described below

commit a34b05e8e338c49a7de360d2cb15023c703bd023
Author: James Bognar <[email protected]>
AuthorDate: Fri Sep 26 17:44:15 2025 -0400

    Add more document debugging.
---
 .github/workflows/deploy-docs.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/deploy-docs.yml 
b/.github/workflows/deploy-docs.yml
index fb9cac579..5c2b92bed 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -67,10 +67,15 @@ jobs:
         
     - name: Copy Maven Site to build directory
       run: |
-        pwd
         # cp -v -r target/site/* juneau-docs/build/site/
         # Create direct javadocs access for backward compatibility
+        pwd
+        echo "Current directory contents"
+        ls -l 
+        echo "Target directory contents"
+        ls -l target
         ln -s target/site juneau-docs/build/site
+        echo "Build directory contents"
         ls -RlL juneau-docs/build 
         
     - name: Deploy to staging branch

Reply via email to