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 69e8dc40a Add more document debugging.
69e8dc40a is described below

commit 69e8dc40ae4ebaba85adc6a78324a3dc21bdbf4a
Author: James Bognar <[email protected]>
AuthorDate: Fri Sep 26 17:28:23 2025 -0400

    Add more document debugging.
---
 .github/workflows/deploy-docs.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/deploy-docs.yml 
b/.github/workflows/deploy-docs.yml
index 632b1f53d..fb9cac579 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -68,11 +68,10 @@ jobs:
     - name: Copy Maven Site to build directory
       run: |
         pwd
-        rm juneau-docs/build/site
         # cp -v -r target/site/* juneau-docs/build/site/
         # Create direct javadocs access for backward compatibility
         ln -s target/site juneau-docs/build/site
-        ls -Rl juneau-docs/build 
+        ls -RlL juneau-docs/build 
         
     - name: Deploy to staging branch
       uses: peaceiris/actions-gh-pages@v4

Reply via email to