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 694f694e0 AVRO-4041: Debug the contents of website/docs/ folder
694f694e0 is described below

commit 694f694e0fc14d6bc4bcff21214322e262f33034
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Fri Aug 23 16:23:01 2024 +0300

    AVRO-4041: Debug the contents of website/docs/ folder
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 .github/workflows/deploy-docs.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/deploy-docs.yml 
b/.github/workflows/deploy-docs.yml
index 2a5c522de..77dd0af9a 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -255,6 +255,7 @@ jobs:
 
       - name: Checkout old docs versions from Subversion
         run: |
+          set -xe
           svn checkout https://svn.apache.org/repos/asf/avro/site/publish/docs
           rm -rf docs/1.12.0 docs/.svn
           mv docs/1* ${{ runner.temp }}/website/docs/
@@ -263,6 +264,8 @@ jobs:
         run: |
           set -ex
 
+          ls -la ${{ runner.temp }}/website/docs/
+
           git config --global user.email "[email protected]"
           git config --global user.name "Github Actions"
           git checkout --orphan asf-site-staging

Reply via email to