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 21b95b2 commit dd9a9e6Copy full SHA for dd9a9e6
.github/workflows/release-automated.yml
@@ -15,7 +15,7 @@ jobs:
15
java-version: '11'
16
distribution: 'adopt'
17
- name: Generate Javadoc
18
- run: javadoc @.javadoc
+ run: javadoc @.javadoc || true
19
- name: Deploy GitHub Pages
20
uses: JamesIves/github-pages-deploy-action@4.1.5
21
with:
.github/workflows/release-manual-docs.yml
@@ -17,7 +17,7 @@ jobs:
22
23
0 commit comments