Skip to content

Commit

Permalink
fix: missing essay
Browse files Browse the repository at this point in the history
  • Loading branch information
amorphobia committed Nov 27, 2023
1 parent f8b0fc2 commit 7fd4c70
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
SHARED=${WORK}/SharedSupport
rm -rf ${SHARED} && mkdir -p ${SHARED}
cp ${SCHEMAS}/prelude/*.yaml ${SHARED}/
cp ${SCHEMAS}/essay/essay.txt ${SHARED}/
cp ${SCHEMAS}/default.yaml ${SHARED}/
cp ${SCHEMAS}/luna-pinyin/*.yaml ${SHARED}/
cp -r ${SCHEMAS}/jiandao/* ${SHARED}/
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "schemas/luna-pinyin"]
path = schemas/luna-pinyin
url = https://github.com/rime/rime-luna-pinyin
[submodule "schemas/essay"]
path = schemas/essay
url = https://github.com/rime/rime-essay
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- [rime-prelude](https://github.com/rime/rime-prelude)
- [🌟️星空键道](https://github.com/amorphobia/rime-jiandao)
- [朙月拼音](https://github.com/rime/rime-luna-pinyin)
- [八股文](https://github.com/rime/rime-essay)

以及一些代码片段,在注释中注明了来源链接

Expand Down
1 change: 1 addition & 0 deletions schemas/essay
Submodule essay added at e0519d

0 comments on commit 7fd4c70

Please sign in to comment.