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 958aa67 commit 0d3eeb1Copy full SHA for 0d3eeb1
.github/workflows/verify-testing-docs-on-change.yml
@@ -52,7 +52,6 @@ jobs:
52
if ! diff -q documentation_testing_before.json shiny/pytest/_generate/_data/_docs/documentation_testing.json > /dev/null 2>&1; then
53
echo "docs_changed=true" >> $GITHUB_OUTPUT
54
echo "The generated documentation is out of sync with the current controller changes."
55
- exit 1
56
else
57
echo "docs_changed=false" >> $GITHUB_OUTPUT
58
echo "Documentation file is up to date"
0 commit comments