This is an automated email from the ASF dual-hosted git repository.
fokko 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 bdd559db1 Add static content of 1.12.0
bdd559db1 is described below
commit bdd559db17c4aa2aca0654d554b7de9ad6118cc9
Author: Fokko <[email protected]>
AuthorDate: Sat Aug 24 19:48:47 2024 +0200
Add static content of 1.12.0
---
.github/workflows/deploy-docs.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/deploy-docs.yml
b/.github/workflows/deploy-docs.yml
index 85ff6ee1b..1dd4de0b7 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -257,8 +257,8 @@ jobs:
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/
+ rm -rf docs/.svn
+ cp -R docs/1* ${{ runner.temp }}/website/docs/
rm -rf docs
- name: Push the new website