Skip to content

Commit 145548c

Browse files
committed
fix
1 parent e177fa9 commit 145548c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/preview-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,7 @@ jobs:
254254
return `https://docs-v3-preview.elastic.dev${process.env.PATH_PREFIX}/${path}`;
255255
}
256256
257-
const links = changedMdFiles
258-
.map(i => `https://docs-v3-preview.elastic.dev${process.env.PATH_PREFIX}/${i}`)
257+
const links = changedMdFiles.map(toLink)
259258
260259
if (changedMdFiles.length > 0) {
261260
await github.rest.issues.createComment({

0 commit comments

Comments
 (0)