Skip to content

Commit a1610c9

Browse files
committed
Adding homepage path to package.json
1 parent 1eef558 commit a1610c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-react-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
with:
4848
# NOTE: GITHUB_TOKEN is a secret token that is automatically generated by GitHub
4949
github_token: ${{ secrets.GITHUB_TOKEN }}
50-
publish_dir: ./build # directory to deploy
50+
publish_dir: ./react-deployment-example/build # directory to deploy

0 commit comments

Comments
 (0)