From 72b2575efcdfdf40812c8937664a46e1feff11b1 Mon Sep 17 00:00:00 2001 From: Aurora Rossi Date: Sat, 7 Dec 2024 17:10:09 +0100 Subject: [PATCH] Test GNNGraphs master workflow --- .github/workflows/multidocs.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/multidocs.yml b/.github/workflows/multidocs.yml index 46418813d..794d54812 100644 --- a/.github/workflows/multidocs.yml +++ b/.github/workflows/multidocs.yml @@ -22,11 +22,7 @@ jobs: - name: Build GNNGraphs docs run: - julia --project=GNNGraphs/docs/ -e ' - using Pkg; - pkg"dev ./GNNGraphs"; - Pkg.instantiate(); - include("GNNGraphs/docs/make.jl")' + julia --project=GNNGraphs/docs/ GNNGraphs/docs/make.jl env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} @@ -68,13 +64,7 @@ jobs: using Pkg; pkg"dev ./GraphNeuralNetworks ./GNNlib ./GNNGraphs ./GNNLux"; Pkg.instantiate();' - - name: Check if objects.inv exists for GraphNeuralNetworks - run: | - if [ -f GraphNeuralNetworks/docs/build/objects.inv ]; then - echo "GraphNeuralNetworks: objects.inv exists." - else - echo "GraphNeuralNetworks: objects.inv does not exist!" && exit 1 - fi + - name: Config git env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token