Skip to content

Commit

Permalink
AVRO-4041: [website] Checkout the old docs from subversion (#3114)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g authored Aug 23, 2024
1 parent 71bd1e8 commit bc54dc9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc54dc9

Please sign in to comment.