This is an automated email from the ASF dual-hosted git repository.
mgrigorov 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 76fb30838 Fix the folder name for the rustdocs
76fb30838 is described below
commit 76fb30838e82d97a8015777a7716915dfc5df57a
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Tue Apr 15 14:57:53 2025 +0300
Fix the folder name for the rustdocs
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
.github/workflows/deploy-docs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/deploy-docs.yml
b/.github/workflows/deploy-docs.yml
index 59de5da7f..df2fabdf0 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -287,7 +287,7 @@ jobs:
mv api-csharp/* $WEBSITE_API/csharp/html/
# mv api-java/* $WEBSITE_API/java/
mv api-python/* $WEBSITE_API/py/
- mv api-python/* $WEBSITE_API/rust/
+ mv api-rust/* $WEBSITE_API/rust/
rmdir api-c api-c++ api-csharp api-java api-python api-rust
- name: Checkout old docs versions from Subversion