Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
aurorarossi committed Oct 25, 2024
1 parent df8ab80 commit c7e9742
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/multidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ jobs:
else
echo "GNNlib: objects.inv does not exist!" && exit 1
fi
- name: Check if objects.inv still exists for GNNGraphs
run: |
if [ -f GNNGraphs/docs/build/objects.inv ]; then
echo "GNNGraphs: objects.inv exists."
else
echo "GNNGraphs: objects.inv does not exist!" && exit 1
fi
# Build GNNLux docs
- name: Install dependencies for GNNLux
Expand Down

0 comments on commit c7e9742

Please sign in to comment.