forked from Xfel/ksubprocess
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
a65e3a5
commit 54ea2ae
Showing
3 changed files
with
24 additions
and
32 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,7 @@ jobs: | |
distribution: 'zulu' | ||
java-version: 11 | ||
|
||
- uses: gradle/actions/setup-gradle@v4 | ||
- name: Cache Build files | ||
uses: actions/cache@v4 | ||
with: | ||
|
@@ -51,10 +52,8 @@ jobs: | |
~/.gradle | ||
key: ${{ runner.os }}-${{ hashFiles('gradle.properties') }} | ||
|
||
- uses: gradle/gradle-build-action@v3 | ||
name: Publish | ||
with: | ||
arguments: clean publishAllPublicationsToMavenCentralRepository | ||
- name: Publish | ||
run: ./gradlew clean publishAllPublicationsToMavenCentralRepository | ||
|
||
publish-docs: | ||
name: Publish KDoc to Github Pages | ||
|
@@ -67,6 +66,8 @@ jobs: | |
distribution: 'zulu' | ||
java-version: 11 | ||
|
||
- uses: gradle/actions/setup-gradle@v4 | ||
|
||
- name: Cache Build files | ||
uses: actions/cache@v4 | ||
with: | ||
|
@@ -75,10 +76,8 @@ jobs: | |
~/.gradle | ||
key: ${{ runner.os }}-${{ hashFiles('gradle.properties') }} | ||
|
||
- uses: gradle/gradle-build-action@v3 | ||
name: Build Docs | ||
with: | ||
arguments: clean dokkaHtml | ||
- name: Build Docs | ||
run: ./gradlew clean dokkaHtml | ||
|
||
- name: Publish Docs | ||
uses: JamesIves/[email protected] | ||
|
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