Skip to content

Commit

Permalink
Add static content of 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko committed Aug 24, 2024
1 parent cdfda47 commit bdd559d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bdd559d

Please sign in to comment.