aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/s3-snapshots.yml4
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