We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3ff8e commit eb46927Copy full SHA for eb46927
.github/workflows/update-json.yml
@@ -36,8 +36,8 @@ jobs:
36
run: |
37
git fetch origin gh-pages
38
git checkout gh-pages || git checkout -b gh-pages
39
- git rm -rf stable.json beta.json dev.json
+ git rm -rf stable.json beta.json dev.json || true
40
cp /tmp/ha-files/* .
41
git add .
42
- git commit -m "Update JSON files"
43
- git push origin gh-pages --force
+ git commit -m "Update JSON files" || true
+ git push origin gh-pages --force || true
0 commit comments