This is an automated email from the ASF dual-hosted git repository.
fanningpj 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 2f3a57d3c mem settings for link-validator.yml (#479)
2f3a57d3c is described below
commit 2f3a57d3c481b5cf31020d3f2cfae3a684df21e6
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Feb 10 03:03:53 2024 +0100
mem settings for link-validator.yml (#479)
---
.github/workflows/link-validator.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/link-validator.yml
b/.github/workflows/link-validator.yml
index 4e601a883..294151792 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -35,6 +35,9 @@ jobs:
- name: Setup Coursier
uses: coursier/setup-action@v1
+ - name: Enable jvm-opts
+ run: cp .jvmopts-ci .jvmopts
+
# assign an arbitrary version number so that scripts/link-validator.conf
has a predictable set of links to work with
- name: Create the Pekko site
run: sbt -Dpekko.genjavadoc.enabled=true "set ThisBuild / version :=
\"1.0.0\"; Javaunidoc/doc; Compile/unidoc; docs/paradox"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]