From f6239752d3154a85217f04ba3e28237b1ec332fe Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Thu, 22 Aug 2024 16:10:30 +0300 Subject: [PATCH] Debug the contents of the current folder before and after the rsync Signed-off-by: Martin Tzvetanov Grigorov --- .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 1deba32a4ed..af2380df3e2 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 "dev@avro.apache.org" git config --global user.name "Github Actions" git checkout --orphan asf-site-staging