Skip to content

Commit 212244b

Browse files
committed
2 parents efd148b + dc1fd29 commit 212244b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Get Source
2525
run: |
2626
cd /home/ubuntu
27-
[ ! -d barcode-reader-javascript-samples ] && git clone --depth 1 https://github.com/Dynamsoft/barcode-reader-javascript-samples.git
28-
[ -d barcode-reader-javascript-samples ] && cd barcode-reader-javascript-samples && git pull https://github.com/Dynamsoft/barcode-reader-javascript-samples.git
27+
[ -d barcode-reader-javascript-samples ] && rm -rf barcode-reader-javascript-samples
28+
git clone --depth 1 -b demo https://github.com/Dynamsoft/barcode-reader-javascript-samples.git
2929
3030
- name: Sync files
3131
uses: SamKirkland/[email protected]

0 commit comments

Comments
 (0)