diff options
author | sebastian.sellmair <sebastian.sellmair@jetbrains.com> | 2020-07-13 08:34:05 +0200 |
---|---|---|
committer | Sebastian Sellmair <34319766+sellmair@users.noreply.github.com> | 2020-07-13 14:23:08 +0200 |
commit | ec8cb8223f20e4c953f6b39e611842eabab81c3b (patch) | |
tree | 91440d9c19c7a5c98dcd9df17dc0229acb654f69 | |
parent | a904221e2f64093eb72f786584671f875aabf6ed (diff) | |
download | dokka-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.yml | 2 |
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 |