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 4808812 commit c0687f3Copy full SHA for c0687f3
.github/workflows/verify-testing-docs-on-change.yml
@@ -45,7 +45,7 @@ jobs:
45
fi
46
47
# Check if the documentation file has changed
48
- if ! diff -q testing-documentation-before.json shiny/pytest/_generate/_data/testing-documentation.json > /dev/null 2>&1; then
+ if diff -q testing-documentation-before.json shiny/pytest/_generate/_data/testing-documentation.json > /dev/null 2>&1; then
49
echo "docs_changed=true" >> $GITHUB_OUTPUT
50
echo "The generated documentation is out of sync with the current controller changes."
51
echo "\n\n"
0 commit comments