diff --git a/.github/workflows/auto_deploy.yml b/.github/workflows/auto_deploy.yml index 8f4ed85..b7d9738 100644 --- a/.github/workflows/auto_deploy.yml +++ b/.github/workflows/auto_deploy.yml @@ -37,6 +37,8 @@ jobs: - uses: borales/actions-yarn@v2.3.0 with: cmd: build # will run `yarn build` command + env: # To avoid this error -- Treating warnings as errors because process.env.CI = true. + CI: false # Install Surge - name: Install Surge