diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5b265955..a8948040b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -178,8 +178,8 @@ jobs: --dir _build/html/ \ --site ${{ secrets.NETLIFY_SITE_ID }} \ --auth ${{ secrets.NETLIFY_AUTH_TOKEN }} \ - --context deploy-preview \ - --alias deploy-preview-${{ github.event.pull_request.number }} \ + --context pr-preview \ + --alias pr-${{ github.event.pull_request.number }} \ --message "${deploy_message}" \ --json)