Skip to content

Commit

Permalink
fix(ci): hardcode preview site domain fragment
Browse files Browse the repository at this point in the history
using the repo name, which is itself a domain name, does not work
  • Loading branch information
thekaveman committed Dec 17, 2024
1 parent be2f084 commit 91b1a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: `Preview url: https://${context.repo.repo}-${{ github.event.number }}--${hostnameSuffix}`,
body: `Preview url: https://compiler-docs-${{ github.event.number }}--${hostnameSuffix}`,
})

0 comments on commit 91b1a1b

Please sign in to comment.