We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fe80f commit 011b25eCopy full SHA for 011b25e
.github/workflows/main.yml
@@ -70,7 +70,7 @@ jobs:
70
run: |
71
cd /home/ubuntu
72
[ ! -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
+ git clone --depth 1 --branch preview https://github.com/dynamsoft-docs/document-normalizer-docs.git document-normalizer-docs-preview
74
git clone --depth 1 --branch preview https://github.com/dynamsoft-docs/Docs-Template-Repo.git Docs-Template-Repo-Preview
75
cp -rfp ./document-normalizer-docs-preview/* ./DDNDocPreview/
76
cp -rfp ./Docs-Template-Repo-Preview/* ./DDNDocPreview/
0 commit comments