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

mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/main by this push:
     new 43452de08 More disabling of the Javadocs
43452de08 is described below

commit 43452de08d0f1870d2bb5e57b02328d6d3e1c7e3
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Tue Apr 15 15:11:04 2025 +0300

    More disabling of the Javadocs
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 .github/workflows/deploy-docs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy-docs.yml 
b/.github/workflows/deploy-docs.yml
index 7a2be3329..4facb5f06 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -288,7 +288,7 @@ jobs:
           # mv api-java/* $WEBSITE_API/java/
           mv api-python/* $WEBSITE_API/py/
           mv api-rust/* $WEBSITE_API/rust/
-          rmdir api-c api-c++ api-csharp api-java api-python api-rust
+          rmdir api-c api-c++ api-csharp api-python api-rust # api-java 
 
       - name: Checkout old docs versions from Subversion
         run: |

Reply via email to