diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index eb299c889b2..2a5c522de92 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -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: |