diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d2b7e21e75..c90af2f578 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,6 +1,6 @@ name: Build and Deploy env: - CI: true + CI: false GITHUB_USERNAME: ${{ github.repository_owner }} REACT_APP_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This is automatically set by Github Actions USE_GITHUB_DATA: "true"