From 19390982eeb29dcd69516622f7da1ae35fdd8a8b Mon Sep 17 00:00:00 2001 From: Kevin Galligan Date: Wed, 20 Sep 2023 14:49:17 -0400 Subject: [PATCH] Update websitedeploy.yml --- .github/workflows/websitedeploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/websitedeploy.yml b/.github/workflows/websitedeploy.yml index 74f854cc..3c1996af 100644 --- a/.github/workflows/websitedeploy.yml +++ b/.github/workflows/websitedeploy.yml @@ -26,7 +26,7 @@ jobs: - name: Build Docusaurus run: ./gradlew replaceValuesDocusaurus -PLATEST_GITHUB_VERSION=${{ steps.last_release.outputs.tag_name }} --no-daemon --stacktrace env: - GRADLE_OPTS: -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=512m" + GRADLE_OPTS: -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=512m" - name: Build Dokka run: ./gradlew dokkaHtmlMultiModule --no-daemon --stacktrace @@ -43,4 +43,4 @@ jobs: git config --global user.name "Kevin Galligan" cd website npm install - GIT_USER=ciuser GIT_PASS=${{ secrets.GITHUB_TOKEN }} yarn deploy \ No newline at end of file + GIT_USER=ciuser GIT_PASS=${{ secrets.GITHUB_TOKEN }} yarn deploy