This is an automated email from the ASF dual-hosted git repository.
jrudolph pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
The following commit(s) were added to refs/heads/main by this push:
new 4cb31249b fix nightly publishing (#121)
4cb31249b is described below
commit 4cb31249bb5e8686abd67c507b0e968eb6da54c9
Author: Johannes Rudolph <[email protected]>
AuthorDate: Sun Mar 12 17:46:25 2023 +0100
fix nightly publishing (#121)
---
.github/workflows/publish.yml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index d3421f4c5..995d0a247 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -29,10 +29,11 @@ jobs:
run: sudo apt-get install -y graphviz
- name: Publish to Apache Maven repo
- run: sbt -jvm-opts .jvmopts-ci +publish
+ run: sbt +publish
env:
NEXUS_USER: ${{ secrets.NEXUS_USER }}
NEXUS_PW: ${{ secrets.NEXUS_PW }}
+ JAVA_OPTS: "-verbose:gc -Xmx4g"
publish-docs:
name: Publish documentation to nightlies.apache.org
@@ -55,7 +56,9 @@ jobs:
- name: Build Documentation
run: |-
- sbt -jvm-opts .jvmopts-ci -Dpekko.genjavadoc.enabled=true
docs/paradox unidoc
+ sbt -Dpekko.genjavadoc.enabled=true docs/paradox unidoc
+ env:
+ JAVA_OPTS: "-verbose:gc -Xmx4g"
# Create directory structure upfront since rsync does not create
intermediate directories otherwise
- name: Create nightly directory structure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]