File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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}
You can’t perform that action at this time.
0 commit comments