Skip to content

Commit 571cd5c

Browse files
authored
build: dont fail docs build if theres nothing to commit
1 parent 8dc1d77 commit 571cd5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
git config --local user.email "actions@github.com"
3232
git config --local user.name "Actions Auto Build"
3333
git add docs/_data/reference.json
34-
git commit -m "docs: compile reference.json"
34+
git commit -m "docs: compile reference.json" || true
3535
git push

0 commit comments

Comments
 (0)