Skip to content

Commit 7f56d45

Browse files
authored
Merge pull request #288 from meshery/CodexRaunak-patch-2
Update build-and-preview-site.yml
2 parents 4e255da + 2247527 commit 7f56d45

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,8 @@ jobs:
8181
with:
8282
header: pr-preview
8383
message: |
84-
🚀 **Preview deployment for PR #${{ github.event.pull_request.number }}**
85-
86-
🌐 **Preview URL**: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-preview/pr-${{ github.event.pull_request.number }}/
87-
88-
_This preview will be updated automatically when you push new commits to this PR._
84+
🚀 Preview deployment: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-preview/pr-${{ github.event.pull_request.number }}/
85+
> *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)*
8986
9087
- name: Cleanup PR preview on close
9188
if: github.event.action == 'closed'

0 commit comments

Comments
 (0)