We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d0521 commit aa2c107Copy full SHA for aa2c107
1 file changed
.github/workflows/build_docs.yml
@@ -26,6 +26,8 @@ jobs:
26
run: |
27
mkdocs build
28
build_javadoc:
29
+ needs: [build_wiki]
30
+ if: success()
31
runs-on: ubuntu-latest
32
steps:
33
- uses: actions/checkout@v2
0 commit comments