We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efd148b + dc1fd29 commit 212244bCopy full SHA for 212244b
1 file changed
.github/workflows/main.yml
@@ -24,8 +24,8 @@ jobs:
24
- name: Get Source
25
run: |
26
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
+ [ -d barcode-reader-javascript-samples ] && rm -rf barcode-reader-javascript-samples
+ git clone --depth 1 -b demo https://github.com/Dynamsoft/barcode-reader-javascript-samples.git
29
30
- name: Sync files
31
uses: SamKirkland/FTP-Deploy-Action@4.1.0
0 commit comments