Skip to content

Commit 4f6cace

Browse files
committed
Updated deploy workflow to deploy from react-demo branch
1 parent 247f490 commit 4f6cace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Upload artifact
3737
uses: actions/upload-pages-artifact@v3 # Latest version
3838
with:
39-
path: my-website/build # Ensure correct build path
39+
path: my-website/dist # Ensure correct build path
4040

4141
deploy:
4242
needs: build

0 commit comments

Comments
 (0)