Skip to content

Commit 011b25e

Browse files
Update main.yml
1 parent a9fe80f commit 011b25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
cd /home/ubuntu
7272
[ ! -d DDNDocPreview ] && mkdir -p DDNDocPreview
73-
git clone --depth 1 --branch preview https://${{ secrets.GIT_USER }}:${{ secrets.GIT_PAT }}@github.com/dynamsoft-docs/document-normalizer-docs.git document-normalizer-docs-preview
73+
git clone --depth 1 --branch preview https://github.com/dynamsoft-docs/document-normalizer-docs.git document-normalizer-docs-preview
7474
git clone --depth 1 --branch preview https://github.com/dynamsoft-docs/Docs-Template-Repo.git Docs-Template-Repo-Preview
7575
cp -rfp ./document-normalizer-docs-preview/* ./DDNDocPreview/
7676
cp -rfp ./Docs-Template-Repo-Preview/* ./DDNDocPreview/

0 commit comments

Comments
 (0)