Skip to content

Commit

Permalink
chore: unify dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
amorphobia committed Aug 20, 2024
1 parent 79c03a8 commit 3c4a507
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
cp ${SCHEMAS}/prelude/*.yaml ${SHARED}/
cp ${SCHEMAS}/essay/essay.txt ${SHARED}/
cp ${SCHEMAS}/default.yaml ${SHARED}/
cp ${SCHEMAS}/rime-pinyin-simp/*.yaml ${SHARED}/
cp ${SCHEMAS}/pinyin-simp/*.yaml ${SHARED}/
cp -r ${SCHEMAS}/jiandao/* ${SHARED}/
cp ${WORK}/opencc/* ${SHARED}/opencc/
Expand Down
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
[submodule "schemas/essay"]
path = schemas/essay
url = https://github.com/rime/rime-essay
[submodule "schemas/rime-pinyin-simp"]
path = schemas/rime-pinyin-simp
[submodule "schemas/pinyin-simp"]
path = schemas/pinyin-simp
url = https://github.com/rime/rime-pinyin-simp

0 comments on commit 3c4a507

Please sign in to comment.