We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810ded3 commit 106768fCopy full SHA for 106768f
docs-generation/create-docs-pr.sh
@@ -2,7 +2,7 @@
2
set -e
3
4
# Ensure we have changes to merge
5
-if [ -z "$(git status --porcelain)" ]; then
+if [ -z "$(git status --porcelain -- . ':!pr-contents.txt')" ]; then
6
echo "No changes to commit"
7
exit 0
8
fi
0 commit comments