We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aae07c9 + 8cc8770 commit 5b0ce92Copy full SHA for 5b0ce92
.github/workflows/ci.yml
@@ -178,8 +178,8 @@ jobs:
178
--dir _build/html/ \
179
--site ${{ secrets.NETLIFY_SITE_ID }} \
180
--auth ${{ secrets.NETLIFY_AUTH_TOKEN }} \
181
- --context deploy-preview \
182
- --alias deploy-preview-${{ github.event.pull_request.number }} \
+ --context pr-preview \
+ --alias pr-${{ github.event.pull_request.number }} \
183
--message "${deploy_message}" \
184
--json)
185
0 commit comments