You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
comment_includes: '## Deployed with [![Cloudflare Pages]'
86
-
message: |
87
-
## Deployed with [](https://pages.dev)
comment_includes: '## Deployed site previews with [![Cloudflare Pages]'
182
+
message: |
183
+
> **Latest commit**: ${{ github.sha }}
184
+
185
+
## Deployed site previews with [](https://pages.dev)
- latest: latest stable release - published by changesets/action
36
-
- next: latest pre-release - published on every commit to main
37
-
- canary: the latest dev release (https://docusaurus.io/community/canary) - published on every commit (main or PR)
37
+
- next: upcoming release - published on every commit to main
38
+
- canary: the latest dev release (https://docusaurus.io/community/canary) - published for PR commits
39
+
40
+
-[x] sites
41
+
42
+
- main: `twind-run.pages.dev` (`twind.run`) latest stable release - published on release
43
+
- next: `next.twind-run.pages.dev` upcoming release - published on every commit to main
44
+
- canary: `pr-*.twind-run.pages.dev` - published for PR commits
45
+
- version: `v1-0-0-next-39.twind-run.pages.dev` - specific version
46
+
47
+
Branch name aliases are lowercased and non-alphanumeric characters are replaced with a hyphen — for example, the `fix/api` branch creates the `fix-api.<project>.pages.dev` alias.
38
48
39
49
-@twind/devtools:
40
50
- enumerate all classes and inject as empty for dev tools
0 commit comments