aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Marks <pmarks@virtuslab.com>2020-07-10 14:40:46 +0200
committerPaweł Marks <Kordyjan@users.noreply.github.com>2020-07-10 14:46:55 +0200
commit08bf7b3c3ec70563b257c03a7dd46d1146982735 (patch)
tree836d0705f6481a3c59820066fe5b24c223d99c9c
parent6aae1c99280a1ccd83c6b7ca7cc55ef5431e628a (diff)
downloaddokka-08bf7b3c3ec70563b257c03a7dd46d1146982735.tar.gz
dokka-08bf7b3c3ec70563b257c03a7dd46d1146982735.tar.bz2
dokka-08bf7b3c3ec70563b257c03a7dd46d1146982735.zip
Change published directory name
-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 9d58d525..6af1e781 100644
--- a/.github/workflows/s3-snapshots.yml
+++ b/.github/workflows/s3-snapshots.yml
@@ -49,7 +49,7 @@ jobs:
run: |
aws s3 --recursive rm s3://${{ env.bucket-name }}/${{ env.branch-name }}/coroutines/prev
aws s3 --recursive mv s3://${{ env.bucket-name }}/${{ env.branch-name }}/coroutines/latest s3://${{ env.bucket-name }}/${{ env.branch-name }}/coroutines/prev
- aws s3 sync ./coroutines/build/dokkaCollector s3://${{ env.bucket-name }}/${{ env.branch-name }}/coroutines/latest
+ aws s3 sync ./coroutines/build/dokka s3://${{ env.bucket-name }}/${{ env.branch-name }}/coroutines/latest
- name: Print link
run: echo http://dokka-snapshots.s3.eu-central-1.amazonaws.com/${{ env.branch-name }}/coroutines/latest/kotlinx-coroutines-/index.html