Skip to content

Commit 0bb31ac

Browse files
committed
Ignore non existent errors.txt files
1 parent 4056f2e commit 0bb31ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
mkdir deploy
3131
cp -r translation_build deploy/translation_build
32-
shopt -s globstar && rm deploy/translation_build/**/errors.txt
32+
shopt -s globstar && rm deploy/translation_build/**/errors.txt || true
3333
touch deploy/.nojekyll
3434
3535
- name: Upload artifact

0 commit comments

Comments
 (0)