Skip to content

Commit

Permalink
Fixed command for build
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-kolmak committed Apr 2, 2024
1 parent 343475e commit 36fb522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Creating an environment file
run: echo "REACT_APP_TOKEN = ${{secrets.token}}" >> .env
- name: Building App for prodaction
run: npm run build:prod
run: npm run build
- name: Deployment App
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 36fb522

Please sign in to comment.