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 fcb7140b1 Create the `rust` destination folder
fcb7140b1 is described below

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

    Create the `rust` destination folder
    
    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 df2fabdf0..7a2be3329 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -280,7 +280,7 @@ jobs:
           set -x
 
           WEBSITE_API=${{ runner.temp }}/website/docs/++version++/api
-          mkdir -p $WEBSITE_API/{c,cpp/html,csharp/html,java,py/html}
+          mkdir -p $WEBSITE_API/{c,cpp/html,csharp/html,java,py/html,rust}
 
           mv api-c/* $WEBSITE_API/c/
           mv api-c++/* $WEBSITE_API/cpp/html/

Reply via email to