We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e177fa9 commit 145548cCopy full SHA for 145548c
.github/workflows/preview-build.yml
@@ -254,8 +254,7 @@ jobs:
254
return `https://docs-v3-preview.elastic.dev${process.env.PATH_PREFIX}/${path}`;
255
}
256
257
- const links = changedMdFiles
258
- .map(i => `https://docs-v3-preview.elastic.dev${process.env.PATH_PREFIX}/${i}`)
+ const links = changedMdFiles.map(toLink)
259
260
if (changedMdFiles.length > 0) {
261
await github.rest.issues.createComment({
0 commit comments