1
0
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:
Hykilpikonna 2022-11-16 02:24:22 -05:00
parent 0b3f4e8446
commit 117f146a27
No known key found for this signature in database
GPG Key ID: 256CD01A41D7FA26

View File

@ -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: