Skip to content

Commit 4808812

Browse files
committed
Update verify-testing-docs-on-change.yml
1 parent a1e7273 commit 4808812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-testing-docs-on-change.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo "docs_changed=true" >> $GITHUB_OUTPUT
5050
echo "The generated documentation is out of sync with the current controller changes."
5151
echo "\n\n"
52-
diff -q testing-documentation-before.json shiny/pytest/_generate/_data/testing-documentation.json
52+
diff -q testing-documentation-before.json shiny/pytest/_generate/_data/testing-documentation.json || true
5353
echo "\n\n"
5454
else
5555
echo "docs_changed=false" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)