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 863ede71d Update actions/cache to latest. Fix the removal of
api-python/
863ede71d is described below
commit 863ede71d00b9f14b5defc181bbe1c889b83ae45
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Thu Aug 22 16:00:08 2024 +0300
Update actions/cache to latest. Fix the removal of api-python/
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
.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 c4e906994..1deba32a4 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -138,7 +138,7 @@ jobs:
uses: actions/checkout@v4
- name: Cache Local Maven Repository
- uses: actions/cache@v3
+ uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -246,7 +246,7 @@ jobs:
mv api-csharp/* $WEBSITE_API/csharp/html/
mv api-java/* $WEBSITE_API/java/
mv api-python/* $WEBSITE_API/python/html/
- rmdir api-c api-c++ api-csharp api-java api-java
+ rmdir api-c api-c++ api-csharp api-java api-python
- name: Commit new site
run: |