Skip to content

Commit 88cc065

Browse files
authored
Merge pull request #648 from dynamsoft-docs/preview
Update WebTwain_Util.md
2 parents 21bc8af + d33aa1e commit 88cc065

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
run: |
5151
cd /home/ubuntu
5252
[ ! -d web-twain-docs-preview ] && git clone --depth 1 --branch preview https://github.com/dynamsoft-docs/web-twain-docs.git web-twain-docs-preview
53-
[ ! -d Docs-Template-Repo-preview ] && git clone --depth 1 --branch preview https://github.com/dynamsoft-docs/Docs-Template-Repo.git Docs-Template-Repo-preview
53+
[ ! -d Docs-Template-Repo-Preview ] && git clone --depth 1 --branch preview https://github.com/dynamsoft-docs/Docs-Template-Repo.git Docs-Template-Repo-Preview
5454
[ ! -d DWTDocPreview ] && mkdir -p DWTDocPreview
5555
cd web-twain-docs-preview && git pull && cd .. && cp -rfp ./web-twain-docs-preview/* ./DWTDocPreview/
56-
cd Docs-Template-Repo-preview && git pull && cd .. && cp -rfp ./Docs-Template-Repo-preview/* ./DWTDocPreview/
56+
cd Docs-Template-Repo-Preview && git pull && cd .. && cp -rfp ./Docs-Template-Repo-Preview/* ./DWTDocPreview/
5757
sed -i -e "1,3s/blob\/master$/blob\/preview/" \
5858
-e "1,3s/blob\/main$/blob\/preview/" /home/ubuntu/DWTDocPreview/_config.yml
5959
cd DWTDocPreview && bundle exec jekyll build --incremental

info/api/WebTwain_Util.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ isUsingActiveX(): boolean;
8282

8383
<tr>
8484
<td align="center">all versions </td>
85-
<td align="center">not supported </td>
86-
<td align="center">not supported </td>
87-
<td align="center">not supported </td>
88-
<td align="center">not supported </td>
85+
<td align="center">all versions </td>
86+
<td align="center">all versions </td>
87+
<td align="center">all versions </td>
88+
<td align="center">all versions </td>
8989
</tr>
9090

9191
</table>

0 commit comments

Comments
 (0)