diff options
author | Kamil Doległo <kamilok1965@interia.pl> | 2020-12-17 13:35:18 +0100 |
---|---|---|
committer | Kamil Doległo <kamilok1965@interia.pl> | 2020-12-17 13:35:40 +0100 |
commit | 9a9af0c97681c9981bbbeb498bf53d4523993c1d (patch) | |
tree | 8ca49c67c77682dd26147716ec54b12dc121e49a /.github | |
parent | fea7c42733a339ed19fc7471bb064f53de71cc6b (diff) | |
download | dokka-9a9af0c97681c9981bbbeb498bf53d4523993c1d.tar.gz dokka-9a9af0c97681c9981bbbeb498bf53d4523993c1d.tar.bz2 dokka-9a9af0c97681c9981bbbeb498bf53d4523993c1d.zip |
Update links in S3 actions
Diffstat (limited to '.github')
-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 d3b98de7..89ea4b47 100644 --- a/.github/workflows/s3-snapshots.yml +++ b/.github/workflows/s3-snapshots.yml @@ -39,7 +39,7 @@ jobs: run: ./integration-tests/aws_sync.sh s3://${{ env.bucket-name }} coroutines ../coroutines - name: Print link - run: echo http://dokka-snapshots.s3.eu-central-1.amazonaws.com/${{ env.branch-name }}/coroutines/${GITHUB_SHA::7}/-modules.html + run: echo http://dokka-snapshots.s3.eu-central-1.amazonaws.com/${{ env.branch-name }}/coroutines/${GITHUB_SHA::7}/index.html stdlib: runs-on: ubuntu-latest @@ -105,7 +105,7 @@ jobs: # run: ./integration-tests/aws_sync.sh s3://${{ env.bucket-name }} serialization ../serialization # # - name: Print link -# run: echo http://dokka-snapshots.s3.eu-central-1.amazonaws.com/${{ env.branch-name }}/serialization/${GITHUB_SHA::7}/-modules.html +# run: echo http://dokka-snapshots.s3.eu-central-1.amazonaws.com/${{ env.branch-name }}/serialization/${GITHUB_SHA::7}/index.html biojava: runs-on: ubuntu-latest |