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 fb2941734 Force remove the old contents
fb2941734 is described below

commit fb2941734fd678bc7ec30f8ee2d3e054dd322fa4
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Thu Aug 22 16:43:18 2024 +0300

    Force remove the old contents
    
    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 436cbf91f..8a3eeddfc 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -259,7 +259,7 @@ jobs:
           git config --global user.name "Github Actions"
           git checkout --orphan asf-site-staging
 
-          git rm -r *
+          git rm -rf *
 
           mv ${{ runner.temp }}/website/* . 
           echo "publish:

Reply via email to