You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2023/04/13 09:07:17 UTC

[avro] 01/01: Fix the path for Java javadoc HTMLs

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

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

commit acdf3fea3f38c59fcf00343cc4c9f9430be508b7
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Thu Apr 13 11:54:27 2023 +0300

    Fix the path for Java javadoc HTMLs
    
    Do not trigger the workflow for changes in the SDKs
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
---
 .github/workflows/docs.yaml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index 6074d7ec5..5043e391b 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -8,7 +8,6 @@ on:
     paths:
       - .github/workflows/docs.yaml
       - doc/**
-      - lang/c/**
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
@@ -139,14 +138,12 @@ jobs:
         run: |
           set -x
           cd lang/java
-          mvn -Pdist javadoc::aggregate
-          ls -la target
-          ls -la target/apidocs
+          mvn javadoc::aggregate
 
       - uses: actions/upload-artifact@v3
         with:
           name: api-java
-          path: lang/java/target/apidocs
+          path: lang/java/target/site/apidocs
 
   push-website:
     name: Push website