Skip to content

Commit

Permalink
fix bypass
Browse files Browse the repository at this point in the history
  • Loading branch information
watchingdogs authored Jul 3, 2024
1 parent 5f69222 commit d03ca33
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@ jobs:
cd react
npm install
- name: Unset CI variable to bypass build warnings
run: |
unset CI
- name: Build the React app
run: |
cd react
npm run build
env:
CI: false # bypass ESLint

- name: Upload artifact
uses: actions/upload-pages-artifact@v3.0.1
Expand Down

0 comments on commit d03ca33

Please sign in to comment.