We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3100120 commit da1d828Copy full SHA for da1d828
.github/workflows/app-deployement.yml
@@ -21,6 +21,6 @@ jobs:
21
- run : git config --global user.email github-actions@github.com
22
- run : yarn install
23
- 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"
+ - run : cp CNAME build
+ - run : git --work-tree build add --all && git commit -m "Automatic Deploy action run by github-actions"
26
- run : git push origin HEAD:gh-pages --force
0 commit comments