diff options
author | Kamil Doległo <kamilok1965@interia.pl> | 2020-07-13 19:43:31 +0200 |
---|---|---|
committer | Sebastian Sellmair <34319766+sellmair@users.noreply.github.com> | 2020-07-14 07:29:21 +0200 |
commit | ebdc9a8f144dc980fa2298d5db7fbdd95c409050 (patch) | |
tree | 1e309e91338b485d88c7901f4f15170f67437389 | |
parent | 086651dcc3ce496c5ba256dcfddb6afd5c83f7ff (diff) | |
download | dokka-ebdc9a8f144dc980fa2298d5db7fbdd95c409050.tar.gz dokka-ebdc9a8f144dc980fa2298d5db7fbdd95c409050.tar.bz2 dokka-ebdc9a8f144dc980fa2298d5db7fbdd95c409050.zip |
Run only the root dokkaMultimodule task
-rw-r--r-- | .github/workflows/s3-snapshots.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/s3-snapshots.yml b/.github/workflows/s3-snapshots.yml index 2fcef2c2..354ee20f 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 dokkaHtml 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 @@ -128,7 +128,7 @@ jobs: path: biojava - name: Document biojava-core - run: mvn site -pl biojava-core "-Ddokka-version=0.11.0-SNAPSHOT" + run: mvn site -pl biojava-core "-Ddokka-version=$DOKKA_VERSION" working-directory: ./biojava - name: Configure AWS credentials for S3 access |