We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b12ef8 commit 83502fdCopy full SHA for 83502fd
Makefile
@@ -32,7 +32,7 @@ site-docs: site
32
for f in site/manual/gh*.md; do sed -i.bak -e '/^### SEE ALSO/,$$d' "$$f"; done
33
rm -f site/manual/*.bak
34
git -C site add 'manual/gh*.md'
35
- git -C site commit -m 'update help docs'
+ git -C site commit -m 'update help docs' || true
36
.PHONY: site-docs
37
38
site-publish: site-docs
0 commit comments