Skip to content

Commit 3be3bc9

Browse files
authored
Enhance PR preview deployment message
Updated preview deployment message to include a note about deployment timing. Signed-off-by: Raunak Madan <143412156+CodexRaunak@users.noreply.github.com>
1 parent 5627c12 commit 3be3bc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
header: pr-preview
9898
message: |
9999
🚀 Preview deployment: ${{ steps.deploy-preview.outputs.preview-url }}
100+
> *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)*
100101
101102
- name: Cleanup PR Preview on Close
102103
if: github.event.action == 'closed'

0 commit comments

Comments
 (0)