aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Marks <pmarks@virtuslab.com>2020-07-09 13:58:47 +0200
committerPaweł Marks <Kordyjan@users.noreply.github.com>2020-07-10 14:46:55 +0200
commitedacdb9f247ef1546c525d783b17b15b6c99f3a2 (patch)
treed460b4d745bdd720ce74a5cae54d99745f9dd5e4
parentc80b6627ca7345727fce57f6ada084b53bab84fe (diff)
downloaddokka-edacdb9f247ef1546c525d783b17b15b6c99f3a2.tar.gz
dokka-edacdb9f247ef1546c525d783b17b15b6c99f3a2.tar.bz2
dokka-edacdb9f247ef1546c525d783b17b15b6c99f3a2.zip
Make GHActions use multimodule configuration for coroutines
-rw-r--r--.github/workflows/s3-snapshots.yml2
1 files changed, 1 insertions, 1 deletions
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