mirror of https://github.com/Xhofe/alist
ci: ignore cp error [skip ci]
parent
e07654299b
commit
53fc2f32d8
|
@ -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…
Reference in New Issue