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 d05fcdc69 Add more document debugging.
d05fcdc69 is described below
commit d05fcdc69c9ec701485be3b94ce9c6bdc002051e
Author: James Bognar <[email protected]>
AuthorDate: Fri Sep 26 17:16:12 2025 -0400
Add more document debugging.
---
.github/workflows/deploy-docs.yml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/deploy-docs.yml
b/.github/workflows/deploy-docs.yml
index 482dd51fa..632b1f53d 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -67,10 +67,12 @@ jobs:
- name: Copy Maven Site to build directory
run: |
- mkdir -p juneau-docs/build/site
- cp -v -r target/site/* juneau-docs/build/site/
+ pwd
+ rm juneau-docs/build/site
+ # cp -v -r target/site/* juneau-docs/build/site/
# Create direct javadocs access for backward compatibility
- # ln -s site/apidocs juneau-docs/build/javadocs
+ ln -s target/site juneau-docs/build/site
+ ls -Rl juneau-docs/build
- name: Deploy to staging branch
uses: peaceiris/actions-gh-pages@v4