Skip to content

Commit

Permalink
Updates to release all dictionaries at once
Browse files Browse the repository at this point in the history
  • Loading branch information
catusphan committed Nov 23, 2024
1 parent e6dceb3 commit c30ea40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/release_all_external.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release all EXTERNAL dictionaries
name: Release all INTERNAL & EXTERNAL dictionaries

on:
workflow_dispatch:
Expand Down Expand Up @@ -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
Expand Down
9 changes: 0 additions & 9 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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 = [email protected]:catusf/stardict-vi.git
[submodule "ext-dictionary"]
path = ext-dictionary
url = [email protected]:catusf/dictionary.git
[submodule "pyglossary"]
path = pyglossary
url = [email protected]:catusf/pyglossary.git

0 comments on commit c30ea40

Please sign in to comment.