We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd03bf commit d3c0b04Copy full SHA for d3c0b04
.github/workflows/preview_create.yml
@@ -73,4 +73,4 @@ jobs:
73
74
- name: Update pointer to current run output # put in the docs subfolder as we rely on that path in redirects
75
run: |
76
- aws s3api put-object --bucket tiny-cloud-antora-docs-preview --key ${PR}/index.html --body .github/workflows/scripts/empty.html --content-type text/html --metadata pointer=${RUN}
+ 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}
.github/workflows/resources/empty.html
@@ -0,0 +1 @@
1
+<!doctype html><title>?</title>
0 commit comments