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 ac5ba6a14 AVRO-4041: Delete the SVN checkout folder after copying its
contents
ac5ba6a14 is described below
commit ac5ba6a145c7a3541e214e776ac886da4c13372d
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Fri Aug 23 16:28:11 2024 +0300
AVRO-4041: Delete the SVN checkout folder after copying its contents
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
.github/workflows/deploy-docs.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/deploy-docs.yml
b/.github/workflows/deploy-docs.yml
index 77dd0af9a..85ff6ee1b 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -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: |