From edacdb9f247ef1546c525d783b17b15b6c99f3a2 Mon Sep 17 00:00:00 2001 From: Paweł Marks Date: Thu, 9 Jul 2020 13:58:47 +0200 Subject: Make GHActions use multimodule configuration for coroutines --- .github/workflows/s3-snapshots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/s3-snapshots.yml b/.github/workflows/s3-snapshots.yml index 38163d61..9d58d525 100644 --- a/.github/workflows/s3-snapshots.yml +++ b/.github/workflows/s3-snapshots.yml @@ -35,7 +35,7 @@ jobs: path: coroutines - name: Document coroutines - run: ./gradlew clean :dokkaCollector -Pdokka_version=$DOKKA_VERSION --stacktrace + run: ./gradlew clean dokka dokkaMultimodule -Pdokka_version=$DOKKA_VERSION --stacktrace working-directory: ./coroutines - name: Configure AWS credentials for S3 access -- cgit