This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-2 in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
commit 55c9a496077cbf197029fe8b656023e3850f764f Author: PJ Fanning <[email protected]> AuthorDate: Sat Feb 10 02:43:26 2024 +0100 mem settings for link-validator.yml --- .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]
