We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b6e446 + 4be04af commit 0946d0fCopy full SHA for 0946d0f
.github/workflows/build-and-preview-docs.yml
@@ -93,11 +93,7 @@ jobs:
93
with:
94
header: pr-preview
95
message: |
96
- 🚀 **Preview deployment for PR #${{ github.event.pull_request.number }}**
97
-
98
- 🌐 **Preview URL**: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-preview/pr-${{ github.event.pull_request.number }}/
99
100
- _This preview will be updated automatically when you push new commits to this PR._
+ 🚀 Preview deployment: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-preview/pr-${{ github.event.pull_request.number }}/
101
- name: Cleanup PR preview on close
102
if: github.event.action == 'closed'
103
uses: rossjrw/pr-preview-action@v1.6.3
0 commit comments