Skip to content

Commit

Permalink
Add env CI: false
Browse files Browse the repository at this point in the history
  • Loading branch information
Muzzamil1 committed Oct 27, 2021
1 parent 1c2c3b5 commit cd84b8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd84b8a

Please sign in to comment.