Skip to content

Commit

Permalink
Edit the Vercel preview workflow
Browse files Browse the repository at this point in the history
Due to gravitational/docs#504, we can label the
default docs version something other than `[0-9]+.x`. As a result, the
`preview` submodule maps to the docs root instead of `/ver/preview`.
This change edits the message posted by the Vercel preview workflow to
accommodate this change.
  • Loading branch information
ptgott authored and github-actions committed Nov 18, 2024
1 parent 5bad931 commit 1194caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vercel-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: `🤖 Vercel preview here: ${previewUrl}/docs/ver/preview`
body: `🤖 Vercel preview here: ${previewUrl}/docs`
})

0 comments on commit 1194caa

Please sign in to comment.