From ff630d06c1ebd9e0208c4a6a42403d58076a83bf Mon Sep 17 00:00:00 2001 From: WMHN <1872265132@qq.com> Date: Fri, 29 Mar 2024 10:56:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=B3=95=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E6=9B=B4=E6=96=B0=E6=8F=92=E4=BB=B6=E5=95=86=E5=BA=97?= =?UTF-8?q?=E7=9A=84=E6=8F=92=E4=BB=B6=20(#14)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 6 ------ .github/workflows/build.yaml | 6 +++++- .gitmodules | 5 ----- 3 files changed, 5 insertions(+), 12 deletions(-) delete mode 100644 .github/dependabot.yml delete mode 100644 .gitmodules diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 2bd84f9..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,6 +0,0 @@ -version: 2 -updates: - - package-ecosystem: gitsubmodule - directory: /.gitmodules - schedule: - interval: daily diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e822a8e..6d9e457 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -157,7 +157,11 @@ jobs: steps: - uses: actions/checkout@v4 with: - submodules: true + repository: nvaccess/addon-datastore.git + ref: views + sparse-checkout: | + views/zh_CN/latest/${{ matrix.addon.addonId }} + path: ${{ github.workspace }}/addon-datastore - name: get ${{ matrix.addon.addonId }} addon data uses: antifree/json-to-variables@v1.1.2 with: diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 58c3f8e..0000000 --- a/.gitmodules +++ /dev/null @@ -1,5 +0,0 @@ -[submodule "addon-datastore"] - path = addon-datastore - url = https://github.com/nvaccess/addon-datastore.git - branch = views - shallow = true