Skip to content

Commit 2ae0238

Browse files
authored
Merge pull request #23 from github/build-dont-fail-docs-build-if-theres-nothing-to-commit
build: dont fail docs build if theres nothing to commit
2 parents 34cadbf + 571cd5c commit 2ae0238

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)