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 df8ab80 commit c7e9742Copy full SHA for c7e9742
.github/workflows/multidocs.yml
@@ -45,6 +45,13 @@ jobs:
45
else
46
echo "GNNlib: objects.inv does not exist!" && exit 1
47
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
55
56
# Build GNNLux docs
57
- name: Install dependencies for GNNLux
0 commit comments