Skip to content

Commit 31c9f3c

Browse files
authored
ci: Fix docs preview link (#4705)
fix
1 parent 8402b7b commit 31c9f3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
const issue_number = parseInt(process.env.PR_NUMBER, 10)
6464
const previewUrl = "https://litestar-org.github.io/litestar-docs-preview/" + issue_number
6565
const marker = "<!-- docs-preview -->"
66-
const section = marker + "\n\n<hr>\n📚 Documentation preview 📚: " + previewUrl + "\n"
66+
const section = marker + `\n\n<hr>\n📚 Documentation preview 📚: <a href="${previewUrl}">${previewUrl}</a> \n`
6767
6868
const { data: pr } = await github.rest.pulls.get({
6969
owner: context.repo.owner,

0 commit comments

Comments
 (0)