Skip to content

Commit

Permalink
Merge pull request #38 from MarvNC:add-honzi-dict
Browse files Browse the repository at this point in the history
Add 漢字 Dictionary
  • Loading branch information
MarvNC authored Feb 11, 2024
2 parents 64e1768 + eaa6d73 commit eafc491
Show file tree
Hide file tree
Showing 5 changed files with 1,821 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/daily-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
- name: Download Latest CSVs
run: npm run download

- name: Build Dictionary
run: npm run buildTermDict
- name: Build Dictionaries
run: |
npm run buildTermDict
npm run buildHonziDict
- name: Upload Artifacts
uses: actions/upload-artifact@v2
Expand Down
Loading

0 comments on commit eafc491

Please sign in to comment.