File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments