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 f6239752d Debug the contents of the current folder before and after 
the rsync
f6239752d is described below

commit f6239752d3154a85217f04ba3e28237b1ec332fe
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Thu Aug 22 16:10:30 2024 +0300

    Debug the contents of the current folder before and after the rsync
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 .github/workflows/deploy-docs.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/deploy-docs.yml 
b/.github/workflows/deploy-docs.yml
index 1deba32a4..af2380df3 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -251,6 +251,7 @@ jobs:
       - name: Commit new site
         run: |
           set -ex
+          ls -la
           rsync \
             -a \
             --delete \
@@ -261,6 +262,7 @@ jobs:
                   whoami: asf-site
                 " > .asf.yaml
           touch .nojekyll
+          ls -la
           git config --global user.email "[email protected]"
           git config --global user.name "Github Actions"
           git checkout --orphan asf-site-staging

Reply via email to