Skip to content

Commit d33cf0c

Browse files
authored
Merge branch 'main' into edits_LQ_lecture
2 parents 6850297 + 8cc8770 commit d33cf0c

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)