Skip to content

Commit aa2c107

Browse files
authored
Make build_javadoc depend on build_wiki
1 parent 62d0521 commit aa2c107

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
run: |
2727
mkdocs build
2828
build_javadoc:
29+
needs: [build_wiki]
30+
if: success()
2931
runs-on: ubuntu-latest
3032
steps:
3133
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)