Skip to content

Commit 0cf9c73

Browse files
committed
Temporarily disable the Java API docs
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
1 parent 9ec11a3 commit 0cf9c73

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,11 @@ jobs:
257257
name: api-csharp
258258
path: api-csharp
259259

260-
- name: Download api-java
261-
uses: actions/download-artifact@v4
262-
with:
263-
name: api-java
264-
path: api-java
260+
# - name: Download api-java
261+
# uses: actions/download-artifact@v4
262+
# with:
263+
# name: api-java
264+
# path: api-java
265265

266266
- name: Download api-python
267267
uses: actions/download-artifact@v4
@@ -285,7 +285,7 @@ jobs:
285285
mv api-c/* $WEBSITE_API/c/
286286
mv api-c++/* $WEBSITE_API/cpp/html/
287287
mv api-csharp/* $WEBSITE_API/csharp/html/
288-
mv api-java/* $WEBSITE_API/java/
288+
# mv api-java/* $WEBSITE_API/java/
289289
mv api-python/* $WEBSITE_API/py/
290290
mv api-python/* $WEBSITE_API/rust/
291291
rmdir api-c api-c++ api-csharp api-java api-python api-rust

0 commit comments

Comments
 (0)