chore: javadoc upload disabled (workflow)
All checks were successful
Release / release (push) Successful in 1m5s
All checks were successful
Release / release (push) Successful in 1m5s
Signed-off-by: Leo Galambos <lg@hq.egothor.org>
This commit is contained in:
@@ -42,7 +42,8 @@ jobs:
|
|||||||
apt install -y rsync
|
apt install -y rsync
|
||||||
|
|
||||||
- name: Build and publish to Gitea Maven and JavaDoc to the website
|
- name: Build and publish to Gitea Maven and JavaDoc to the website
|
||||||
run: ./gradlew clean publish uploadJavadoc --no-daemon -PgiteaToken=${{ secrets.CI_PUBLISH_TOKEN }} -PjavadocUser=${{ vars.JAVADOC_USER }} -PjavadocHost=${{ vars.JAVADOC_HOST }} -PjavadocPath=${{ vars.JAVADOC_PATH }} -PjavadocKeyPath=~/.ssh/id_rsa
|
run: ./gradlew clean publish --no-daemon -PgiteaToken=${{ secrets.CI_PUBLISH_TOKEN }}
|
||||||
|
# was run: ./gradlew clean publish uploadJavadoc --no-daemon -PgiteaToken=${{ secrets.CI_PUBLISH_TOKEN }} -PjavadocUser=${{ vars.JAVADOC_USER }} -PjavadocHost=${{ vars.JAVADOC_HOST }} -PjavadocPath=${{ vars.JAVADOC_PATH }} -PjavadocKeyPath=~/.ssh/id_rsa
|
||||||
|
|
||||||
- name: Generate release notes
|
- name: Generate release notes
|
||||||
id: notes
|
id: notes
|
||||||
@@ -88,5 +89,5 @@ jobs:
|
|||||||
- name: Create Gitea Release
|
- name: Create Gitea Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
files: app/build/libs/*.jar
|
files: app/build/distributions/*.tar app/build/distributions/*.zip
|
||||||
body_path: /tmp/release_notes.md
|
body_path: /tmp/release_notes.md
|
||||||
|
|||||||
Reference in New Issue
Block a user