mirror of
https://github.com/one-among-us/data.git
synced 2024-11-22 03:04:51 +08:00
[F] Try to fix github actions
This commit is contained in:
parent
0b3f4e8446
commit
117f146a27
7
.github/workflows/opencc.yml
vendored
7
.github/workflows/opencc.yml
vendored
@ -20,10 +20,13 @@ jobs:
|
||||
cache: 'pip' # caching pip dependencies
|
||||
|
||||
- name: Install Python Dependencies
|
||||
run: pip install -r requirements.txt
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Convert zh-hant
|
||||
run: python3 scripts/convert_zh.py
|
||||
run: |
|
||||
ls -lah
|
||||
python3 scripts/convert_zh.py
|
||||
|
||||
- uses: EndBug/add-and-commit@v7
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user