Skip to content

Commit

Permalink
Debug the contents of the current folder before and after the rsync
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Aug 22, 2024
1 parent 863ede7 commit f623975
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ jobs:
- name: Commit new site
run: |
set -ex
ls -la
rsync \
-a \
--delete \
Expand All @@ -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
Expand Down

0 comments on commit f623975

Please sign in to comment.