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 e94a692 commit 94464f7Copy full SHA for 94464f7
.github/workflows/preview_create.yml
@@ -68,10 +68,8 @@ jobs:
68
build: ./build/
69
redirects: ./redirects.json
70
bucket: tiny-cloud-antora-docs-preview
71
- prefix: ${PR}/${RUN}
+ prefix: ${{ vars.PR }}/${{ vars.RUN }}
72
parallel: 10
73
- env:
74
- ACTIONS_STEP_DEBUG: true
75
76
- name: Update pointer to current run output # put in the docs subfolder as we rely on that path in redirects
77
run: |
0 commit comments