We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67db2f7 commit 708990cCopy full SHA for 708990c
.github/workflows/build.yml
@@ -43,6 +43,7 @@ jobs:
43
run: |
44
BASEDIR=$(pwd)
45
PROJECT_DIR=~/.ktorm-docs/temp/repo/ktorm
46
+ echo 'org.gradle.jvmargs="-XX:MaxMetaspaceSize=2g"' > ~/.gradle/gradle.properties
47
git clone --depth=1 --branch=master https://github.com/kotlin-orm/ktorm.git "$PROJECT_DIR"
48
cd "$PROJECT_DIR" && ./gradlew dokkaHtmlMultiModule -Ddokka.templatesDir="$BASEDIR/dokka/templates"
49
cp -r "$PROJECT_DIR/build/dokka/htmlMultiModule" "$BASEDIR/public/api-docs"
0 commit comments