Skip to content

Commit 5b0ce92

Browse files
authored
Merge branch 'main' into kesten_fixes
2 parents aae07c9 + 8cc8770 commit 5b0ce92

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)