We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f700f81 commit ebbe949Copy full SHA for ebbe949
1 file changed
.github/workflows/preview_create.yml
@@ -58,7 +58,7 @@ jobs:
58
role-session-name: docs-preview-update
59
aws-region: us-east-1
60
61
- - name: Upload website preview to S3 # put in the docs subfolder as we rely on that path in redirects
+ - name: Upload website preview to S3
62
run: |
63
aws s3 sync ./build s3://tiny-cloud-antora-docs-preview/${PR}/${RUN}
64
@@ -71,6 +71,6 @@ jobs:
71
prefix: ${{ env.PR }}/${{ env.RUN }}
72
parallel: 10
73
74
- - name: Update pointer to current run output # put in the docs subfolder as we rely on that path in redirects
+ - name: Update pointer to current run output
75
76
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