8000 FIX: dont error on docs build with nothing to commit · opennem/opennempy@5630a13 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
FIX: dont error on docs build with nothing to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nc9 committed Sep 2, 2021
1 parent b74bd89 commit 5630a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ github:
@make html
@cp -a $(BUILDDIR)/html/. $(GITHUBOUT)
@git add docs/
@git ci -m "AUTO: builddocs"
@git diff-index --quiet HEAD || git commit -m "AUTO: builddocs"

0 comments on commit 5630a13

Please sign in to comment.
0