diff options
author | Paweł Marks <pmarks@virtuslab.com> | 2020-07-10 14:40:46 +0200 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-07-10 14:46:55 +0200 |
commit | 08bf7b3c3ec70563b257c03a7dd46d1146982735 (patch) | |
tree | 836d0705f6481a3c59820066fe5b24c223d99c9c /.github/workflows | |
parent | 6aae1c99280a1ccd83c6b7ca7cc55ef5431e628a (diff) | |
download | dokka-08bf7b3c3ec70563b257c03a7dd46d1146982735.tar.gz dokka-08bf7b3c3ec70563b257c03a7dd46d1146982735.tar.bz2 dokka-08bf7b3c3ec70563b257c03a7dd46d1146982735.zip |
Change published directory name
Diffstat (limited to '.github/workflows')
-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 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 |