Skip to content

Commit

Permalink
Remove CI flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan E committed May 15, 2024
1 parent 1be4512 commit 313cb16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
run: npm ci

- name: Build the React app
run: npm run build
run: CI=false npm run build


- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 313cb16

Please sign in to comment.