Skip to content

Commit

Permalink
add build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanh Mi Nguyen Thanh committed Apr 9, 2021
1 parent 1901ff8 commit a34b39a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
run: |
git config --global user.name ${{ secrets.GH_USER_NAME }}
git config --global user.email ${{ secrets.GH_USER_EMAIL }}
git commit -am "react build folder change"
git add web/view/build/
git commit -m "react build folder change"
git push
- uses: akhileshns/[email protected]
with:
Expand Down

0 comments on commit a34b39a

Please sign in to comment.