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 ..
|
cd ..
|
||||||
- name: Copy lang file
|
- name: Copy lang file
|
||||||
run: |
|
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
|
- name: Commit git
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user