ci: add link to next version of the docs in preview comment (#1824)
This commit is contained in:
parent
751151a855
commit
696f7f957d
|
@ -72,7 +72,8 @@ jobs:
|
||||||
body: |
|
body: |
|
||||||
**:rocket: Preview deployment succeeded!**
|
**:rocket: Preview deployment succeeded!**
|
||||||
|
|
||||||
Preview: ${{ env.PREVIEW_URL }}${{ env.PREVIEW_BASE_URL }}pr-${{ github.event.inputs.pull-request-number }}/
|
Website preview: ${{ env.PREVIEW_URL }}${{ env.PREVIEW_BASE_URL }}pr-${{ github.event.inputs.pull-request-number }}/
|
||||||
|
New docs preview: ${{ env.PREVIEW_URL }}${{ env.PREVIEW_BASE_URL }}pr-${{ github.event.inputs.pull-request-number }}/docs/next/
|
||||||
Workflow: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
Workflow: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
||||||
|
|
||||||
- name: Notify deployment failed
|
- name: Notify deployment failed
|
||||||
|
|
Loading…
Reference in New Issue