This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch avro-4041-checkout-old-docs-from-svn in repository https://gitbox.apache.org/repos/asf/avro.git
commit c249724531281fe956f11e9064a3d63e30249344 Author: Martin Tzvetanov Grigorov <[email protected]> AuthorDate: Fri Aug 23 16:03:41 2024 +0300 AVRO-4041: [website] Checkout the old docs from subversion Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> --- .github/workflows/deploy-docs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 3b3ba33d6..28b008f8a 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -253,6 +253,11 @@ jobs: mv api-python/* $WEBSITE_API/py/ rmdir api-c api-c++ api-csharp api-java api-python + - name: Checkout old docs versions from Subversion + run: | + svn checkout https://svn.apache.org/repos/asf/avro/site/publish/docs + mv docs/* ${{ runner.temp }}/website/docs/ + - name: Push the new website run: | set -ex
