Skip to content

Commit eb46927

Browse files
committed
||true
1 parent bd3ff8e commit eb46927

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-json.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
run: |
3737
git fetch origin gh-pages
3838
git checkout gh-pages || git checkout -b gh-pages
39-
git rm -rf stable.json beta.json dev.json
39+
git rm -rf stable.json beta.json dev.json || true
4040
cp /tmp/ha-files/* .
4141
git add .
42-
git commit -m "Update JSON files"
43-
git push origin gh-pages --force
42+
git commit -m "Update JSON files" || true
43+
git push origin gh-pages --force || true

0 commit comments

Comments
 (0)