Skip to content

Commit 9166fdd

Browse files
Merge pull request #7638 from layer5io/CodexRaunak-patch-1
Enhance preview deployment message with tracking info
2 parents 7ba566d + 4a55c9d commit 9166fdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-preview-site.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ jobs:
132132
header: pr-preview
133133
message: |
134134
🚀 Preview deployment: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-preview/pr-${{ github.event.pull_request.number }}/
135+
> *Note: Preview may take a moment (GitHub Pages deployment in progress). Please wait and refresh. Track deployment [here](https://github.com/${{ github.repository }}/actions/workflows/pages/pages-build-deployment)*
135136
136137
- name: Comment on pruned previews
137138
if: github.event.action != 'closed' && steps.prune-previews.outputs.removed_prs_json != '[]'

0 commit comments

Comments
 (0)