Skip to content

Commit dc1fd29

Browse files
Update main.yml
1 parent 01bb4f2 commit dc1fd29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
run: |
2626
cd /home/ubuntu
2727
[ -d barcode-reader-javascript-samples ] && rm -rf barcode-reader-javascript-samples
28-
[ ! -d barcode-reader-javascript-samples ] && git clone --depth 1 -b demo https://github.com/Dynamsoft/barcode-reader-javascript-samples.git
29-
[ -d barcode-reader-javascript-samples ] && cd barcode-reader-javascript-samples && git pull
28+
git clone --depth 1 -b demo https://github.com/Dynamsoft/barcode-reader-javascript-samples.git
3029
3130
- name: Sync files
3231
uses: SamKirkland/[email protected]

0 commit comments

Comments
 (0)