We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ae9be commit 5e58e88Copy full SHA for 5e58e88
1 file changed
.github/workflows/ci.yaml
@@ -45,9 +45,9 @@ jobs:
45
46
- name: Check for documentation changes
47
run: |
48
- if [[ -n $(git status --porcelain) ]]; then
49
- echo "The following files have been modified:"
50
- git status --porcelain
+ if [[ -n $(git status --porcelain docs/) ]]; then
+ echo "The following files in the docs directory have been modified:"
+ git status --porcelain docs/
51
echo "Please run ./bin/run.js docs-generator command to update the documentation."
52
exit 1
53
fi
0 commit comments