Skip to content

Commit f0cbfbe

Browse files
committed
TCLOUD-4780: Try --parallel 8
1 parent feff106 commit f0cbfbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview_create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Create redirects on S3
6666
run: |
67-
node .github/workflows/scripts/generate_redirects.mjs tiny-cloud-antora-docs-preview ${PR}/${RUN} --parallel 10
67+
node .github/workflows/scripts/generate_redirects.mjs tiny-cloud-antora-docs-preview ${PR}/${RUN} --parallel 8
6868
6969
- name: Update pointer to current run output # put in the docs subfolder as we rely on that path in redirects
7070
run: |

0 commit comments

Comments
 (0)