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 123bfd56f Do not copy 1.12.0 from SVN
123bfd56f is described below

commit 123bfd56f4509410f8c32f9baa5beb9febcc5afb
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Fri Aug 23 16:07:05 2024 +0300

    Do not copy 1.12.0 from SVN
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 .github/workflows/deploy-docs.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/deploy-docs.yml 
b/.github/workflows/deploy-docs.yml
index 28b008f8a..eb299c889 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -256,6 +256,7 @@ jobs:
       - name: Checkout old docs versions from Subversion
         run: |
           svn checkout https://svn.apache.org/repos/asf/avro/site/publish/docs
+          rm -rf docs/1.12.0
           mv docs/* ${{ runner.temp }}/website/docs/
 
       - name: Push the new website

Reply via email to