-
Notifications
You must be signed in to change notification settings - Fork 10.3k
[Docs Site] Deploy preview URLs to WfP and fix Show Changed Files comments #19823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Preview URL: https://86c5a59d.preview.developers.cloudflare.com |
|
|
||
| import { LinkButton, WorkerStarter } from "~/components"; | ||
|
|
||
| Test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove test now
|
|
||
| export const branchToSubdomain = (branch: string) => { | ||
| return execSync( | ||
| `echo "${branch}" | iconv -c -t ascii//TRANSLIT | sed -E 's/[~^]+//g' | sed -E 's/[^a-zA-Z0-9]+/-/g' | sed -E 's/^-+|-+$//g' | tr A-Z a-z`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
errm. Ideally we have this in code and use it for both CI and this haha
Summary
Move show-changed-files to be part of publish-preview workflow