From bdd559db17c4aa2aca0654d554b7de9ad6118cc9 Mon Sep 17 00:00:00 2001 From: Fokko Date: Sat, 24 Aug 2024 19:48:47 +0200 Subject: [PATCH] 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 85ff6ee1b73..1dd4de0b709 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