You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:rocket: View preview at <br> ${{ steps.deploy-preview.outputs.preview-url }} <br>
76
74
<h6>Built to branch [`${{ env.PREVIEW_BRANCH }}`](${{ github.server_url }}/${{ github.repository }}/tree/${{ env.PREVIEW_BRANCH }}) at ${{ steps.deploy-preview.outputs.action-start-time }}. <br> Preview will be ready when the [GitHub Pages deployment](${{ github.server_url }}/${{ github.repository }}/deployments) is complete. <br> </h6>
77
75
78
-
79
76
delete-preview:
80
77
if: github.event.action == 'closed' # Only run when PR is closed
81
78
runs-on: ubuntu-latest
@@ -100,3 +97,5 @@ jobs:
100
97
message: |
101
98
Preview removed because the pull request was closed.
0 commit comments