From c30ea4021aec6b6f3924b0a3cf4a102246b26cd3 Mon Sep 17 00:00:00 2001 From: Catus Phan Date: Sun, 24 Nov 2024 01:45:54 +0800 Subject: [PATCH] Updates to release all dictionaries at once --- .github/workflows/release_all_external.yml | 7 ++++++- .gitmodules | 9 --------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release_all_external.yml b/.github/workflows/release_all_external.yml index f19301a..28e094b 100644 --- a/.github/workflows/release_all_external.yml +++ b/.github/workflows/release_all_external.yml @@ -1,4 +1,4 @@ -name: Release all EXTERNAL dictionaries +name: Release all INTERNAL & EXTERNAL dictionaries on: workflow_dispatch: @@ -54,6 +54,11 @@ jobs: run: | pip install -r ./requirements.txt + - name: Copy internal dictionaries + run: | + cp dict/*.* $INPUT_DIR/*.* && + ls $INPUT_DIR + - name: Build all dictionaries run: | python ./bin/convert_all.py --input_folder=$INPUT_DIR --output_folder=$OUTPUT_DIR --extension=tab diff --git a/.gitmodules b/.gitmodules index 35571d9..8fe5543 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,3 @@ [submodule "dsl-tools"] path = dsl-tools url = https://github.com/catusf/dsl-tools.git -[submodule "ext-stardict-vi"] - path = ext-stardict-vi - url = git@github.com:catusf/stardict-vi.git -[submodule "ext-dictionary"] - path = ext-dictionary - url = git@github.com:catusf/dictionary.git -[submodule "pyglossary"] - path = pyglossary - url = git@github.com:catusf/pyglossary.git