mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-21 20:18:47 +08:00
ci: ignore cp error [skip ci]
This commit is contained in:
parent
e07654299b
commit
53fc2f32d8
2
.github/workflows/auto_lang.yml
vendored
2
.github/workflows/auto_lang.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
cd ..
|
||||
- name: Copy lang file
|
||||
run: |
|
||||
cp -f ./alist/lang/*.json ./alist-web/src/lang/en/
|
||||
cp -f ./alist/lang/*.json ./alist-web/src/lang/en/ 2>/dev/null || :
|
||||
|
||||
- name: Commit git
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user