diff --git a/.github/workflows/deploy_preview.yml b/.github/workflows/deploy_preview.yml index cfb71ead..8cd60dc8 100644 --- a/.github/workflows/deploy_preview.yml +++ b/.github/workflows/deploy_preview.yml @@ -25,7 +25,7 @@ jobs: repo: context.repo.repo, ref: context.ref, transient_environment: true, - environment: 'preview', + environment: 'preview-docs', description: 'Deploying preview docs site.' }) console.log(deployments)