From e297817ec7413c927e68858d07380d91b5a0143a Mon Sep 17 00:00:00 2001 From: xzuoqi Date: Wed, 29 Jul 2026 15:45:43 +0800 Subject: [PATCH] fix: Modify the submodule address to HTTPS and improve the CI pull submodule configuration. --- .github/workflows/deploy.yaml | 4 ++++ .gitmodules | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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