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 8aa9cef commit 0c8898bCopy full SHA for 0c8898b
1 file changed
.github/workflows/ci.yml
@@ -198,7 +198,7 @@ jobs:
198
working-directory: ./
199
- name: "Check for outdated documentation"
200
run: |
201
- if ! git diff --exit-code docs/reference/; then
+ if ! git diff --exit-code -- docs/reference/; then
202
echo "::error::Generated documentation is out of date. Please run 'invoke docs.generate' locally and commit the changes."
203
exit 1
204
fi
0 commit comments