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 8402b7b commit 31c9f3cCopy full SHA for 31c9f3c
1 file changed
.github/workflows/docs-preview.yml
@@ -63,7 +63,7 @@ jobs:
63
const issue_number = parseInt(process.env.PR_NUMBER, 10)
64
const previewUrl = "https://litestar-org.github.io/litestar-docs-preview/" + issue_number
65
const marker = "<!-- docs-preview -->"
66
- const section = marker + "\n\n<hr>\n📚 Documentation preview 📚: " + previewUrl + "\n"
+ const section = marker + `\n\n<hr>\n📚 Documentation preview 📚: <a href="${previewUrl}">${previewUrl}</a> \n`
67
68
const { data: pr } = await github.rest.pulls.get({
69
owner: context.repo.owner,
0 commit comments