-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #627 from apache/update_7.0.X_from_main
Update 7.0.x from main
- Loading branch information
Showing
5 changed files
with
74 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 7 additions & 3 deletions
10
.github/workflows/auto-check_cpp_files.yml → .github/workflows/check_cpp_files.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
name: Publish JavaDoc | ||
name: JavaDoc | ||
|
||
on: | ||
pull_request: | ||
push: | ||
branches: [ 7.0.X ] | ||
workflow_dispatch: | ||
|
||
jobs: | ||
|
@@ -25,10 +22,10 @@ jobs: | |
|
||
- name: Print Current workflow | ||
run: > | ||
cat .github/workflows/manual-javadoc.yml | ||
cat .github/workflows/javadoc.yml | ||
- name: Generate JavaDoc | ||
run: mvn clean javadoc:javadoc | ||
run: mvn javadoc:javadoc | ||
|
||
- name: Deploy JavaDoc | ||
uses: JamesIves/[email protected] | ||
|