Skip to content

Commit

Permalink
AVRO-4041: Delete the SVN checkout folder after copying its contents
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 23, 2024
1 parent 694f694 commit ac5ba6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ jobs:
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/
rm -rf docs
- name: Push the new website
run: |
Expand Down

0 comments on commit ac5ba6a

Please sign in to comment.