diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1afaceaf0..499c4ecd3 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -20,6 +20,7 @@ jobs: uses: actions/checkout@v7 with: fetch-depth: 0 + submodules: recursive - name: Agent doc lint (changed files) shell: bash run: | @@ -134,6 +135,7 @@ jobs: uses: actions/checkout@v7 with: fetch-depth: 0 + submodules: recursive - name: pre-commit check-external-links shell: bash run: | @@ -200,6 +202,8 @@ jobs: uses: actions/checkout@v7 with: path: "contents" + fetch-depth: 0 + submodules: recursive - name: Install dependencies run: yarn install - name: Fetch Baidu Tongji data diff --git a/.gitmodules b/.gitmodules index 2aa80927b..e11d4f9ff 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "docs/linkr"] path = docs/linkr - url = git@github.com:radxa-linkr/linkr-docs.git + url = https://github.com/radxa-linkr/linkr-docs.git [submodule "i18n/en/docusaurus-plugin-content-docs/current/linkr"] path = i18n/en/docusaurus-plugin-content-docs/current/linkr - url = git@github.com:radxa-linkr/linkr-docs-en.git + url = https://github.com/radxa-linkr/linkr-docs-en.git