Skip to content

Commit 3375582

Browse files
committed
Try with next as latest
Signed-off-by: Jack Baldry <[email protected]>
1 parent 2efab16 commit 3375582

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/deploy-pr-preview.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- synchronize
88
- closed
99
paths:
10-
- "docs/sources/k6/next/**"
10+
- "docs/sources/k6/**"
1111

1212
jobs:
1313
deploy-pr-preview:
@@ -21,11 +21,16 @@ jobs:
2121
sources: |
2222
[
2323
{
24-
"index_file": "content/docs/k6/_index.md",
25-
"relative_prefix": "/docs/k6/next/",
24+
"relative_prefix": "/docs/k6/",
25+
"repo": "k6-docs",
26+
"source_directory": "docs/sources/k6",
27+
"website_directory": "content/docs/k6"
28+
},
29+
{
30+
"relative_prefix": "/docs/k6/latest",
2631
"repo": "k6-docs",
2732
"source_directory": "docs/sources/k6/next",
28-
"website_directory": "content/docs/k6/next"
33+
"website_directory": "content/docs/k6/latest"
2934
}
3035
]
3136
title: ${{ github.event.pull_request.title }}

0 commit comments

Comments
 (0)