Skip to content

Commit 91b1a1b

Browse files
committed
fix(ci): hardcode preview site domain fragment
using the repo name, which is itself a domain name, does not work
1 parent be2f084 commit 91b1a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/site-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ jobs:
5656
issue_number: context.issue.number,
5757
owner: context.repo.owner,
5858
repo: context.repo.repo,
59-
body: `Preview url: https://${context.repo.repo}-${{ github.event.number }}--${hostnameSuffix}`,
59+
body: `Preview url: https://compiler-docs-${{ github.event.number }}--${hostnameSuffix}`,
6060
})

0 commit comments

Comments
 (0)