From 696f7f957d6c1957c0026ef0571a5dfacfc4958b Mon Sep 17 00:00:00 2001 From: Kyle Robbertze Date: Tue, 3 May 2022 11:38:54 +0200 Subject: [PATCH] ci: add link to next version of the docs in preview comment (#1824) --- .github/workflows/website-preview-command.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/website-preview-command.yml b/.github/workflows/website-preview-command.yml index b1ac97940..6a326bdc5 100644 --- a/.github/workflows/website-preview-command.yml +++ b/.github/workflows/website-preview-command.yml @@ -72,7 +72,8 @@ jobs: body: | **: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 }} - name: Notify deployment failed