Skip to content

Commit 0ea90c4

Browse files
authored
Enhance PR preview message with deployment info
Added a note about preview deployment timing and tracking. Signed-off-by: Raunak Madan <143412156+CodexRaunak@users.noreply.github.com>
1 parent 69588d2 commit 0ea90c4

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
@@ -86,6 +86,7 @@ jobs:
8686
header: pr-preview
8787
message: |
8888
🚀 Preview deployment: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-preview/pr-${{ github.event.pull_request.number }}/
89+
> *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)*
8990
9091
- name: Cleanup PR preview on close
9192
if: github.event.action == 'closed'

0 commit comments

Comments
 (0)