Skip to content

Commit da1d828

Browse files
committed
build workflow update
1 parent 3100120 commit da1d828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/app-deployement.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- run : git config --global user.email github-actions@github.com
2222
- run : yarn install
2323
- run : yarn build
24-
- run : cp CNAME dist/prod/
25-
- run : git --work-tree dist/prod add --all && git commit -m "Automatic Deploy action run by github-actions"
24+
- run : cp CNAME build
25+
- run : git --work-tree build add --all && git commit -m "Automatic Deploy action run by github-actions"
2626
- run : git push origin HEAD:gh-pages --force

0 commit comments

Comments
 (0)