Skip to content

Commit 31b86ce

Browse files
authored
Update test.yaml
1 parent cd087d8 commit 31b86ce

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ jobs:
2222
run: |
2323
nbdev_docs
2424
if [ -f "_docs/index.html" ]; then
25-
echo "docs built successfully.";
25+
echo "docs built successfully."
2626
else
27-
exit 1;
27+
echo "index page not found in rendered docs."
28+
ls -la
29+
ls -la _docs
30+
exit 1
2831
fi
2932

0 commit comments

Comments
 (0)