Skip to content

Commit 8cc8770

Browse files
Copilotmmcky
andauthored
Fix CI HTML preview naming conflict with Netlify deploy-preview mechanism (#608)
* Initial plan * Fix CI HTML preview naming conflict with Netlify Co-authored-by: mmcky <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: mmcky <[email protected]>
1 parent caf4fd8 commit 8cc8770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ jobs:
178178
--dir _build/html/ \
179179
--site ${{ secrets.NETLIFY_SITE_ID }} \
180180
--auth ${{ secrets.NETLIFY_AUTH_TOKEN }} \
181-
--context deploy-preview \
182-
--alias deploy-preview-${{ github.event.pull_request.number }} \
181+
--context pr-preview \
182+
--alias pr-${{ github.event.pull_request.number }} \
183183
--message "${deploy_message}" \
184184
--json)
185185

0 commit comments

Comments
 (0)