diff options
-rw-r--r-- | .github/workflows/s3-snapshots.yml | 2 |
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 |