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.
1 parent caf4fd8 commit 8cc8770Copy full SHA for 8cc8770
.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