Skip to content

Commit 4a55c9d

Browse files
authored
Enhance preview deployment message with tracking info
Added note to preview deployment message about tracking deployment status. Signed-off-by: Raunak Madan <143412156+CodexRaunak@users.noreply.github.com>
1 parent 916f75e commit 4a55c9d

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
@@ -74,6 +74,7 @@ jobs:
7474
header: pr-preview
7575
message: |
7676
🚀 Preview deployment: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-preview/pr-${{ github.event.pull_request.number }}/
77+
> *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)*
7778
7879
- name: Cleanup PR preview
7980
if: github.event.action == 'closed'

0 commit comments

Comments
 (0)