Skip to content

Commit 8ca8943

Browse files
committed
ci(push): Fix sizes upload if there is no changes
1 parent c4c258b commit 8ca8943

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/push.yml

+1
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ jobs:
280280

281281
- name: Commit json files to gh-pages if on master
282282
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
283+
continue-on-error: true
283284
run: |
284285
git config user.name github-actions
285286
git config user.email [email protected]

0 commit comments

Comments
 (0)