Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Action #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Build on Push

on:
push:
paths-ignore:
- '**/*.md'

jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
max-parallel: 2

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies(OpenCC)
run: |
pip install OpenCC
- name: Run Script
run: |
python ./rime-symbols-gen
- uses: actions/upload-artifact@v4
with:
name: last-build
path: symbol**
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

本项目为 opencc 的配置文件,功能是将中文转换为符号,如“平方”转换为 ² ,以此来实现输入法快速输入特殊符号。是为[🍀️四叶草简体拼音](https://github.com/fkxxyz/rime-cloverpinyin)而设计的。

## 最新自动build

<a href="../../actions/">Build</a>

## 安装

推荐直接使用[🍀️四叶草简体拼音](https://github.com/fkxxyz/rime-cloverpinyin),自带该功能。
Expand Down Expand Up @@ -41,4 +45,4 @@ patch:
tips: all
```

然后重新部署即可
然后重新部署即可