Skip to content

Commit

Permalink
build workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed May 13, 2022
1 parent 3100120 commit da1d828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app-deployement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- run : git config --global user.email [email protected]
- run : yarn install
- run : yarn build
- run : cp CNAME dist/prod/
- run : git --work-tree dist/prod add --all && git commit -m "Automatic Deploy action run by github-actions"
- run : cp CNAME build
- run : git --work-tree build add --all && git commit -m "Automatic Deploy action run by github-actions"
- run : git push origin HEAD:gh-pages --force

0 comments on commit da1d828

Please sign in to comment.