Skip to content

Commit 086deed

Browse files
committed
fix: workflow
1 parent 9c20af3 commit 086deed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
# Copy the samples folder and rename demo.html to index.html
3939
cp -r /home/ubuntu/document-scanner-javascript/samples/* /home/ubuntu/document-scanner-javascript/demo
40-
mv /home/ubuntu/deployment/samples/demo.html /home/ubuntu/deployment/samples/index.html
40+
mv /home/ubuntu/document-scanner-javascript/demo/demo.html /home/ubuntu/document-scanner-javascript/demo/index.html
4141
4242
4343
- name: Sync files

0 commit comments

Comments
 (0)