Skip to content

Commit 2efab16

Browse files
committed
fixup! fixup! fixup! Add deploy preview workflow
Signed-off-by: Jack Baldry <[email protected]>
1 parent da0a7ad commit 2efab16

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

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

1212
jobs:
1313
deploy-pr-preview:
@@ -21,10 +21,11 @@ jobs:
2121
sources: |
2222
[
2323
{
24-
"relative_prefix": "/docs/k6/",
24+
"index_file": "content/docs/k6/_index.md",
25+
"relative_prefix": "/docs/k6/next/",
2526
"repo": "k6-docs",
26-
"source_directory": "docs/sources/k6",
2727
"source_directory": "docs/sources/k6/next",
2828
"website_directory": "content/docs/k6/next"
29+
}
2930
]
3031
title: ${{ github.event.pull_request.title }}

0 commit comments

Comments
 (0)