ci: ignore cp error [skip ci]

pull/1628/head
Noah Hsu 2022-09-06 22:45:17 +08:00
parent e07654299b
commit 53fc2f32d8
1 changed files with 1 additions and 1 deletions

View File

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