We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb7140 commit 43452deCopy full SHA for 43452de
.github/workflows/deploy-docs.yml
@@ -288,7 +288,7 @@ jobs:
288
# mv api-java/* $WEBSITE_API/java/
289
mv api-python/* $WEBSITE_API/py/
290
mv api-rust/* $WEBSITE_API/rust/
291
- rmdir api-c api-c++ api-csharp api-java api-python api-rust
+ rmdir api-c api-c++ api-csharp api-python api-rust # api-java
292
293
- name: Checkout old docs versions from Subversion
294
run: |
0 commit comments