Skip to content

Commit 9fe0dad

Browse files
Copilotmmcky
andcommitted
Fix CI HTML preview naming conflict with Netlify
Co-authored-by: mmcky <8263752+mmcky@users.noreply.github.com>
1 parent 382cb8e commit 9fe0dad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)