Skip to content

Commit 270a490

Browse files
gibson042ljharb
authored andcommitted
Meta: Link to both single- and multi-page PR previews (#3744)
1 parent 70afb66 commit 270a490

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pr-preview.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,8 @@ jobs:
109109
with:
110110
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
111111
COMMENT_IDENTIFIER: tc39_pr_preview_comment
112-
message: |
113-
The rendered spec for this PR is available at ${{ steps.get-preview-url.outputs.url }}/pr/${{ github.event.number }}.
112+
message: >
113+
The rendered spec for this PR is available as a single page at
114+
${{ steps.get-preview-url.outputs.url }}/pr/${{ github.event.number }}
115+
and as multiple pages at
116+
${{ steps.get-preview-url.outputs.url }}/pr/${{ github.event.number }}/multipage .

0 commit comments

Comments
 (0)