Skip to content

Commit

Permalink
AVRO-4041: Debug the contents of website/docs/ folder
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g committed Aug 23, 2024
1 parent f54435e commit 694f694
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -263,6 +264,8 @@ jobs:
run: |
set -ex
ls -la ${{ runner.temp }}/website/docs/
git config --global user.email "dev@avro.apache.org"
git config --global user.name "Github Actions"
git checkout --orphan asf-site-staging
Expand Down

0 comments on commit 694f694

Please sign in to comment.