We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eef558 commit a1610c9Copy full SHA for a1610c9
.github/workflows/deploy-react-app.yml
@@ -47,4 +47,4 @@ jobs:
47
with:
48
# NOTE: GITHUB_TOKEN is a secret token that is automatically generated by GitHub
49
github_token: ${{ secrets.GITHUB_TOKEN }}
50
- publish_dir: ./build # directory to deploy
+ publish_dir: ./react-deployment-example/build # directory to deploy
0 commit comments