Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sadanandpai authored Jul 31, 2023
1 parent e03cf93 commit f19861f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
rm -rf dist
npm run build
git add dist -f
git commit -m "react build files - github action"
git push
git diff --staged --quiet || (git commit -m "react build files - github action" && git push)
cd ..
build-angular:
Expand All @@ -47,6 +46,5 @@ jobs:
rm -rf dist
npm run build-prod
git add dist -f
git commit -m "angular build files - github action"
git push
git diff --staged --quiet || (git commit -m "angular build files - github action" && git push)
cd ..

0 comments on commit f19861f

Please sign in to comment.