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/12 13:37:31 UTC

[avro] branch update-site updated: a

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


The following commit(s) were added to refs/heads/update-site by this push:
     new 70ab57f7f a
70ab57f7f is described below

commit 70ab57f7fb0180141a8545b388f4ca3a16b9604d
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Wed Apr 12 16:36:33 2023 +0300

    a
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
---
 .github/workflows/docs.yaml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index 27a984dba..0766708f6 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -85,7 +85,6 @@ jobs:
           sudo apt-get install -q -y gcc g++ libboost-all-dev cmake doxygen
           cd lang/c++
           ./build.sh clean doc
-          cp -r lang/c++/doc/html/* website/docs/++version++/api/cpp/html/
 
       - uses: actions/upload-artifact@v3
         with:
@@ -141,8 +140,6 @@ jobs:
           set -x
           cd lang/java
           mvn -Pdist javadoc::aggregate
-          cp -r target/apidocs/* ../../website/docs/++version++/api/java/
-          popd
 
       - uses: actions/upload-artifact@v3
         with: