From f1254c95363e34785752c2cdbc95637621884817 Mon Sep 17 00:00:00 2001 From: Alejandro Serrano Mena Date: Tue, 17 Dec 2024 10:23:10 +0100 Subject: [PATCH] Force generation of docs with Dokka 2 --- .github/workflows/githubpages.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/githubpages.yaml b/.github/workflows/githubpages.yaml index adab39fe37..ccad6f07b5 100644 --- a/.github/workflows/githubpages.yaml +++ b/.github/workflows/githubpages.yaml @@ -3,6 +3,9 @@ name: githubpages on: release: types: [ released ] + push: + branches: + - "serras/dokka-plugin-2" env: GRADLE_OPTS: -Dorg.gradle.daemon=false -Dorg.gradle.kotlin.dsl.internal.io.timeout=120000 -Dorg.gradle.jvmargs="-Xmx5g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8"