Skip to content

Commit 6ce6e00

Browse files
authored
Make a single action
1 parent 4c9baad commit 6ce6e00

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ jobs:
2525
working-directory: './wiki'
2626
run: |
2727
mkdocs build
28-
build_javadoc:
29-
needs: [build_wiki]
30-
if: success()
31-
runs-on: ubuntu-latest
32-
steps:
28+
# Build Javadoc
3329
- uses: actions/checkout@v2
3430
- name: Setup Java 8
3531
uses: actions/setup-java@v1

0 commit comments

Comments
 (0)