Skip to content

Commit 53e4fb8

Browse files
committed
fix: add log to get source on workflow
1 parent ce8b44c commit 53e4fb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
3333
- name: Prepare Files
3434
run: |
35-
# Create a temporary directory for the files to be uploaded
35+
# Remove deploy directory if it exists and create a new one
36+
rm -rf /home/ubuntu/mrz-scanner-javascript/deploy
3637
mkdir -p /home/ubuntu/mrz-scanner-javascript/deploy
3738
3839
# Copy the dist folder

0 commit comments

Comments
 (0)