Skip to content

Commit

Permalink
AVRO-4041: Do not copy the .svn folder and any non-version files
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 123bfd5 commit f54435e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ jobs:
- name: Checkout old docs versions from Subversion
run: |
svn checkout https://svn.apache.org/repos/asf/avro/site/publish/docs
rm -rf docs/1.12.0
mv docs/* ${{ runner.temp }}/website/docs/
rm -rf docs/1.12.0 docs/.svn
mv docs/1* ${{ runner.temp }}/website/docs/
- name: Push the new website
run: |
Expand Down

0 comments on commit f54435e

Please sign in to comment.