Skip to content

Commit 94464f7

Browse files
committed
TCLOUD-4780: Fix calculation of prefix
1 parent e94a692 commit 94464f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/preview_create.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,8 @@ jobs:
6868
build: ./build/
6969
redirects: ./redirects.json
7070
bucket: tiny-cloud-antora-docs-preview
71-
prefix: ${PR}/${RUN}
71+
prefix: ${{ vars.PR }}/${{ vars.RUN }}
7272
parallel: 10
73-
env:
74-
ACTIONS_STEP_DEBUG: true
7573

7674
- name: Update pointer to current run output # put in the docs subfolder as we rely on that path in redirects
7775
run: |

0 commit comments

Comments
 (0)