Skip to content

Commit ebbe949

Browse files
committed
TCLOUD-4780: Remove out of date comments
1 parent f700f81 commit ebbe949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/preview_create.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
role-session-name: docs-preview-update
5959
aws-region: us-east-1
6060

61-
- name: Upload website preview to S3 # put in the docs subfolder as we rely on that path in redirects
61+
- name: Upload website preview to S3
6262
run: |
6363
aws s3 sync ./build s3://tiny-cloud-antora-docs-preview/${PR}/${RUN}
6464
@@ -71,6 +71,6 @@ jobs:
7171
prefix: ${{ env.PR }}/${{ env.RUN }}
7272
parallel: 10
7373

74-
- name: Update pointer to current run output # put in the docs subfolder as we rely on that path in redirects
74+
- name: Update pointer to current run output
7575
run: |
7676
aws s3api put-object --bucket tiny-cloud-antora-docs-preview --key ${PR}/index.html --body .github/workflows/resources/empty.html --content-type text/html --metadata pointer=${RUN}

0 commit comments

Comments
 (0)