-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
44 additions
and
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,35 +45,35 @@ jobs: | |
- name: Publish Artifacts | ||
run: ./.utility/publish-artifacts.sh | ||
|
||
- name: Generate Changelog | ||
uses: heinrichreimer/[email protected] | ||
with: | ||
issues: true | ||
issuesWoLabels: true | ||
pullRequests: true | ||
prWoLabels: true | ||
author: true | ||
unreleased: true | ||
stripGeneratorNotice: true | ||
verbose: true | ||
compareLink: true | ||
httpCache: true | ||
filterByMilestone: true | ||
# - name: Generate Changelog | ||
# uses: heinrichreimer/[email protected] | ||
# with: | ||
# issues: true | ||
# issuesWoLabels: true | ||
# pullRequests: true | ||
# prWoLabels: true | ||
# author: true | ||
# unreleased: true | ||
# stripGeneratorNotice: true | ||
# verbose: true | ||
# compareLink: true | ||
# httpCache: true | ||
# filterByMilestone: true | ||
|
||
- name: Convert Changelog to HTML | ||
uses: docker://pandoc/core:2.9 | ||
with: | ||
args: "-f markdown -t html -s -c stylesheets/changelog.css -o changelog.html CHANGELOG.md" | ||
#- name: Convert Changelog to HTML | ||
# uses: docker://pandoc/core:2.9 | ||
# with: | ||
# args: "-f markdown -t html -s -c stylesheets/changelog.css -o changelog.html CHANGELOG.md" | ||
|
||
- name: Build HTML Docs | ||
run: mvn -P html -pl docs install -DskipTests -Dspotbugs.skip | ||
#- name: Build HTML Docs | ||
# run: mvn -P html -pl docs install -DskipTests -Dspotbugs.skip | ||
|
||
- name: Build Aggregate Javadocs | ||
run: mvn javadoc:aggregate -B -DskipTests -Dspotbugs.skip | ||
#- name: Build Aggregate Javadocs | ||
# run: mvn javadoc:aggregate -B -DskipTests -Dspotbugs.skip | ||
|
||
- name: Build Python Docs | ||
run: ./.utility/build-python-docs.sh | ||
#- name: Build Python Docs | ||
# run: ./.utility/build-python-docs.sh | ||
|
||
- name: Publish Docs to GH-Pages | ||
run: ./.utility/publish-docs.sh | ||
#- name: Publish Docs to GH-Pages | ||
# run: ./.utility/publish-docs.sh | ||
|
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