aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsebastian.sellmair <sebastian.sellmair@jetbrains.com>2020-07-13 08:34:05 +0200
committerSebastian Sellmair <34319766+sellmair@users.noreply.github.com>2020-07-13 14:23:08 +0200
commitec8cb8223f20e4c953f6b39e611842eabab81c3b (patch)
tree91440d9c19c7a5c98dcd9df17dc0229acb654f69
parenta904221e2f64093eb72f786584671f875aabf6ed (diff)
downloaddokka-ec8cb8223f20e4c953f6b39e611842eabab81c3b.tar.gz
dokka-ec8cb8223f20e4c953f6b39e611842eabab81c3b.tar.bz2
dokka-ec8cb8223f20e4c953f6b39e611842eabab81c3b.zip
Adapt s3-snapshots.yml (coroutines) for new configuration
-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 59058310..2fcef2c2 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 dokka dokkaHtmlMultimodule -Pdokka_version=$DOKKA_VERSION --stacktrace
+ run: ./gradlew clean dokkaHtml dokkaHtmlMultimodule -Pdokka_version=$DOKKA_VERSION --stacktrace
working-directory: ./coroutines
- name: Configure AWS credentials for S3 access