Skip to content

Commit c7e9742

Browse files
committed
Test
1 parent df8ab80 commit c7e9742

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/multidocs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ jobs:
4545
else
4646
echo "GNNlib: objects.inv does not exist!" && exit 1
4747
fi
48+
- name: Check if objects.inv still exists for GNNGraphs
49+
run: |
50+
if [ -f GNNGraphs/docs/build/objects.inv ]; then
51+
echo "GNNGraphs: objects.inv exists."
52+
else
53+
echo "GNNGraphs: objects.inv does not exist!" && exit 1
54+
fi
4855
4956
# Build GNNLux docs
5057
- name: Install dependencies for GNNLux

0 commit comments

Comments
 (0)