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 ff2af1b commit a1e7273Copy full SHA for a1e7273
.github/workflows/verify-testing-docs-on-change.yml
@@ -48,6 +48,9 @@ jobs:
48
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"
52
+ diff -q testing-documentation-before.json shiny/pytest/_generate/_data/testing-documentation.json
53
54
else
55
echo "docs_changed=false" >> $GITHUB_OUTPUT
56
echo "Documentation file is up to date"
0 commit comments